Html Css Color HEX #9B08BC Dark Violet

📋 copy color: '#9B08BC'

red 155 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #9B08BC

Tints of Dark Violet #9B08BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

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

R = 44.16%
G = 2.28%
B = 53.56%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B08BC (or 0x9B08BC) is known color: Dark Violet. HEX triplet: 9B, 08 and BC. RGB value is (155,8,188). Sum of RGB (Red+Green+Blue) = 155+8+188=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B08BC is #64F743. Grayscale: #474747. Windows color (decimal): -6616900 or 12322971. OLE color: 12322971.

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

Color convert

RGB 155 8 188 -
CMYK 0.18 0.96 0 0.26
HSL 289º 0.92% 0.38% -
HSV(B) 289º 0.96% 0.74% -
XYZ 22.68 10.77 48.46 -
YUV 72.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 155 8 188 0.18 0.96 0 0.26 289 0.92 0.38
Hex 9B 8 BC 12 60 0 1A 121 5C 26
Octal 233 10 274 22 140 0 32 441 134 46
Binary 10011011 1000 10111100 10010 1100000 0 11010 100100001 1011100 100110

Color Harmonies of #9B08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B08BC

Black with #9B08BC

Text Example


Text Example

White with #9B08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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