#9625C0

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

Shades of Dark Orchid #9625C0

Tints of Dark Orchid #9625C0

Color information

#9625C0 (or 0x9625C0) is unknown color: approx Dark Orchid. HEX triplet: 96, 25 and C0. RGB value is (150,37,192). Sum of RGB (Red+Green+Blue) = 150+37+192=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #9625C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625C0 is #69DA3F. Grayscale: #575757. Windows color (decimal): -6937152 or 12592534. OLE color: 12592534.

HSL color Cylindrical-coordinate representation of color #9625C0: hue angle of 283.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9625C0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15037192-
CMYK0.220.8100.25
HSL283.74º67.69%44.9%-
HSV(B)283.74º80.73%75.29%-
XYZ22.7511.6150.91-
YUV88.46186.44171.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 37 (14.84% from 255) = 9.76%
BLUE value IS 192 (75.39% from 255) = 50.66%
R=39.58%
G=9.76%
B=50.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150371920.220.8100.25283.7467.6944.9
Hex9625C0165101911c442d
Octal226453002612103143410455
Binary10010110100101110000001011010100010110011000111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9625C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9625C0; }

 p { color: rgb(150,37,192); }

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

<style>
 a { background-color: #9625C0; }

 a { background-color: rgb(150,37,192); }

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

<style>
 span { border-color: #9625C0; }

 span { border-color: rgb(150,37,192); }

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