Html Css Color HEX #9B06BC Dark Violet

📋 copy color: '#9B06BC'

red 155 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #9B06BC

Tints of Dark Violet #9B06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 44.41%
G = 1.72%
B = 53.87%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B06BC (or 0x9B06BC) is known color: Dark Violet. HEX triplet: 9B, 06 and BC. RGB value is (155,6,188). Sum of RGB (Red+Green+Blue) = 155+6+188=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B06BC is #64F943. Grayscale: #464646. Windows color (decimal): -6617412 or 12322459. OLE color: 12322459.

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

Color convert

RGB 155 6 188 -
CMYK 0.18 0.97 0 0.26
HSL 289.12º 0.94% 0.38% -
HSV(B) 289.12º 0.97% 0.74% -
XYZ 22.66 10.73 48.45 -
YUV 71.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 155 6 188 0.18 0.97 0 0.26 289.12 0.94 0.38
Hex 9B 6 BC 12 61 0 1A 121 5E 26
Octal 233 6 274 22 141 0 32 441 136 46
Binary 10011011 110 10111100 10010 1100001 0 11010 100100001 1011110 100110

Color Harmonies of #9B06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B06BC

Black with #9B06BC

Text Example


Text Example

White with #9B06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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