Html Css Color HEX #9624BB Dark Orchid

📋 copy color: '#9624BB'

red 150 ◦ green 36 ◦ blue 187

#9624BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9624BB

Tints of Dark Orchid #9624BB

RGB

 RED value IS 150 (58.98% from 255) = 40.21%

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 40.21%
G = 9.65%
B = 50.13%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9624BB (or 0x9624BB) is known color: Dark Orchid. HEX triplet: 96, 24 and BB. RGB value is (150,36,187). Sum of RGB (Red+Green+Blue) = 150+36+187=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9624BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624BB is #69DB44. Grayscale: #565656. Windows color (decimal): -6937413 or 12264598. OLE color: 12264598.

HSL color Cylindrical-coordinate representation of color #9624BB: hue angle of 285.3º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9624BB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 36 187 -
CMYK 0.20 0.81 0 0.27
HSL 285.3º 0.68% 0.44% -
HSV(B) 285.3º 0.81% 0.73% -
XYZ 22.18 11.33 48.03 -
YUV 87.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 150 36 187 0.20 0.81 0 0.27 285.3 0.68 0.44
Hex 96 24 BB 14 51 0 1B 11D 44 2C
Octal 226 44 273 24 121 0 33 435 104 54
Binary 10010110 100100 10111011 10100 1010001 0 11011 100011101 1000100 101100

Color Harmonies of #9624BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9624BB

Black with #9624BB

Text Example


Text Example

White with #9624BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9624BB; }

 p { color: rgb(150,36,187); }

 H1.HeaderClassName
 {
   color: #9624BB;
 }
 .AnyTagClassName
 {
   color: #9624BB;
 }
</style>

background-color css

<style>
 a { background-color: #9624BB; }

 a { background-color: rgb(150,36,187); }

 div.DivClassName
 {
   background-color: #9624BB;
 }
 .BgClassName
 {
   background-color: #9624BB;
 }
</style>

border-color css

<style>
 span { border-color: #9624BB; }

 span { border-color: rgb(150,36,187); }

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