#9625CC

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

Shades of Dark Orchid #9625CC

Tints of Dark Orchid #9625CC

Color information

#9625CC (or 0x9625CC) is unknown color: approx Dark Orchid. HEX triplet: 96, 25 and CC. RGB value is (150,37,204). Sum of RGB (Red+Green+Blue) = 150+37+204=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #9625CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625CC is #69DA33. Grayscale: #595959. Windows color (decimal): -6937140 or 13378966. OLE color: 13378966.

HSL color Cylindrical-coordinate representation of color #9625CC: hue angle of 280.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9625CC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15037204-
CMYK0.260.8200.2
HSL280.6º69.29%47.25%-
HSV(B)280.6º81.86%80%-
XYZ24.1412.1758.2-
YUV89.82192.44170.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 37 (14.84% from 255) = 9.46%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=38.36%
G=9.46%
B=52.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150372040.260.8200.2280.669.2947.25
Hex9625CC1A52014119452f
Octal226453143212202443110557
Binary10010110100101110011001101010100100101001000110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9625CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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