Html Css Color HEX #9B24BE Dark Orchid

📋 copy color: '#9B24BE'

red 155 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #9B24BE

Tints of Dark Orchid #9B24BE

RGB

 RED value IS 155 (60.94% from 255) = 40.68%

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 40.68%
G = 9.45%
B = 49.87%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B24BE (or 0x9B24BE) is known color: Dark Orchid. HEX triplet: 9B, 24 and BE. RGB value is (155,36,190). Sum of RGB (Red+Green+Blue) = 155+36+190=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B24BE is #64DB41. Grayscale: #585858. Windows color (decimal): -6609730 or 12461211. OLE color: 12461211.

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

Color convert

RGB 155 36 190 -
CMYK 0.18 0.81 0 0.25
HSL 286.36º 0.68% 0.44% -
HSV(B) 286.36º 0.81% 0.75% -
XYZ 23.44 11.95 49.79 -
YUV 89.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 155 36 190 0.18 0.81 0 0.25 286.36 0.68 0.44
Hex 9B 24 BE 12 51 0 19 11E 44 2C
Octal 233 44 276 22 121 0 31 436 104 54
Binary 10011011 100100 10111110 10010 1010001 0 11001 100011110 1000100 101100

Color Harmonies of #9B24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B24BE

Black with #9B24BE

Text Example


Text Example

White with #9B24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B24BE; }

 p { color: rgb(155,36,190); }

 H1.HeaderClassName
 {
   color: #9B24BE;
 }
 .AnyTagClassName
 {
   color: #9B24BE;
 }
</style>

background-color css

<style>
 a { background-color: #9B24BE; }

 a { background-color: rgb(155,36,190); }

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

border-color css

<style>
 span { border-color: #9B24BE; }

 span { border-color: rgb(155,36,190); }

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