Html Css Color HEX #9B24BC Dark Orchid

📋 copy color: '#9B24BC'

red 155 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #9B24BC

Tints of Dark Orchid #9B24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 40.9%
G = 9.5%
B = 49.6%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B24BC (or 0x9B24BC) is known color: Dark Orchid. HEX triplet: 9B, 24 and BC. RGB value is (155,36,188). Sum of RGB (Red+Green+Blue) = 155+36+188=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B24BC is #64DB43. Grayscale: #585858. Windows color (decimal): -6609732 or 12330139. OLE color: 12330139.

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

Color convert

RGB 155 36 188 -
CMYK 0.18 0.81 0 0.26
HSL 286.97º 0.68% 0.44% -
HSV(B) 286.97º 0.81% 0.74% -
XYZ 23.23 11.86 48.64 -
YUV 88.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 155 36 188 0.18 0.81 0 0.26 286.97 0.68 0.44
Hex 9B 24 BC 12 51 0 1A 11F 44 2C
Octal 233 44 274 22 121 0 32 437 104 54
Binary 10011011 100100 10111100 10010 1010001 0 11010 100011111 1000100 101100

Color Harmonies of #9B24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B24BC

Black with #9B24BC

Text Example


Text Example

White with #9B24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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