#9623b5

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

Shades of Dark Orchid #9623B5

Tints of Dark Orchid #9623B5

Color information

#9623B5 (or 0x9623B5) is unknown color: approx Dark Orchid. HEX triplet: 96, 23 and B5. RGB value is (150,35,181). Sum of RGB (Red+Green+Blue) = 150+35+181=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #9623B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623B5 is #69DC4A. Grayscale: #555555. Windows color (decimal): -6937675 or 11871126. OLE color: 11871126.

HSL color Cylindrical-coordinate representation of color #9623B5: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9623B5 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15035181-
CMYK0.170.8100.29
HSL287.26º67.59%42.35%-
HSV(B)287.26º80.66%70.98%-
XYZ21.5211.0244.71-
YUV86.03181.6173.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 35 (14.06% from 255) = 9.56%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=40.98%
G=9.56%
B=49.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150351810.170.8100.29287.2667.5942.35
Hex9623B5115101D11f442a
Octal226432652112103543710452
Binary10010110100011101101011000110100010111011000111111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9623b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9623b5; }

 p { color: rgb(150,35,181); }

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

<style>
 a { background-color: #9623b5; }

 a { background-color: rgb(150,35,181); }

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

<style>
 span { border-color: #9623b5; }

 span { border-color: rgb(150,35,181); }

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