Html Css Color HEX #9B18CB Dark Violet

📋 copy color: '#9B18CB'

red 155 ◦ green 24 ◦ blue 203

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

Shades of Dark Violet #9B18CB

Tints of Dark Violet #9B18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 40.58%
G = 6.28%
B = 53.14%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B18CB (or 0x9B18CB) is known color: Dark Violet. HEX triplet: 9B, 18 and CB. RGB value is (155,24,203). Sum of RGB (Red+Green+Blue) = 155+24+203=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B18CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B18CB is #64E734. Grayscale: #525252. Windows color (decimal): -6612789 or 13310107. OLE color: 13310107.

HSL color Cylindrical-coordinate representation of color #9B18CB: hue angle of 283.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B18CB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 24 203 -
CMYK 0.24 0.88 0 0.20
HSL 283.91º 0.79% 0.45% -
HSV(B) 283.91º 0.88% 0.8% -
XYZ 24.62 11.93 57.51 -
YUV 83.58 195.4 178.95 -
System Red Green Blue C M Y K H S L
Decimal 155 24 203 0.24 0.88 0 0.20 283.91 0.79 0.45
Hex 9B 18 CB 18 58 0 14 11C 4F 2D
Octal 233 30 313 30 130 0 24 434 117 55
Binary 10011011 11000 11001011 11000 1011000 0 10100 100011100 1001111 101101

Color Harmonies of #9B18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B18CB

Black with #9B18CB

Text Example


Text Example

White with #9B18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,203); }

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

background-color css

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

 a { background-color: rgb(155,24,203); }

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

border-color css

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

 span { border-color: rgb(155,24,203); }

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