Html Css Color HEX #9B15CB Dark Violet

📋 copy color: '#9B15CB'

red 155 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #9B15CB

Tints of Dark Violet #9B15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

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

R = 40.9%
G = 5.54%
B = 53.56%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B15CB (or 0x9B15CB) is known color: Dark Violet. HEX triplet: 9B, 15 and CB. RGB value is (155,21,203). Sum of RGB (Red+Green+Blue) = 155+21+203=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B15CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B15CB is #64EA34. Grayscale: #515151. Windows color (decimal): -6613557 or 13309339. OLE color: 13309339.

HSL color Cylindrical-coordinate representation of color #9B15CB: hue angle of 284.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B15CB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 21 203 -
CMYK 0.24 0.90 0 0.20
HSL 284.18º 0.81% 0.44% -
HSV(B) 284.18º 0.9% 0.8% -
XYZ 24.57 11.82 57.49 -
YUV 81.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 155 21 203 0.24 0.90 0 0.20 284.18 0.81 0.44
Hex 9B 15 CB 18 5A 0 14 11C 51 2C
Octal 233 25 313 30 132 0 24 434 121 54
Binary 10011011 10101 11001011 11000 1011010 0 10100 100011100 1010001 101100

Color Harmonies of #9B15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B15CB

Black with #9B15CB

Text Example


Text Example

White with #9B15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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