#9425C3

Color #9425C3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9425C3

Tints of Dark Orchid #9425C3

Color information

#9425C3 (or 0x9425C3) is unknown color: approx Dark Orchid. HEX triplet: 94, 25 and C3. RGB value is (148,37,195). Sum of RGB (Red+Green+Blue) = 148+37+195=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #9425C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425C3 is #6BDA3C. Grayscale: #575757. Windows color (decimal): -7068221 or 12789140. OLE color: 12789140.

HSL color Cylindrical-coordinate representation of color #9425C3: hue angle of 282.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9425C3 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14837195-
CMYK0.240.8100.24
HSL282.15º68.1%45.49%-
HSV(B)282.15º81.03%76.47%-
XYZ22.7211.5652.66-
YUV88.2188.27170.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=38.95%
G=9.74%
B=51.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148371950.240.8100.24282.1568.145.49
Hex9425C3185101811a442d
Octal224453033012103043210455
Binary10010100100101110000111100010100010110001000110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9425C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9425C3; }

 p { color: rgb(148,37,195); }

 H1.HeaderClassName
 {
   color: #9425C3;
 }
 .AnyTagClassName
 {
   color: #9425C3;
 }
</style>
background-color css

<style>
 a { background-color: #9425C3; }

 a { background-color: rgb(148,37,195); }

 div.DivClassName
 {
   background-color: #9425C3;
 }
 .BgClassName
 {
   background-color: #9425C3;
 }
</style>
border-color css

<style>
 span { border-color: #9425C3; }

 span { border-color: rgb(148,37,195); }

 td.TdClassName
 {
   border-color: #9425C3;
 }
 .TagClassName
 {
   border-color: #9425C3;
 }
</style>