Html Css Color HEX #9B05C6 Dark Violet

📋 copy color: '#9B05C6'

red 155 ◦ green 5 ◦ blue 198

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

Shades of Dark Violet #9B05C6

Tints of Dark Violet #9B05C6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 43.3%
G = 1.4%
B = 55.31%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B05C6 (or 0x9B05C6) is known color: Dark Violet. HEX triplet: 9B, 05 and C6. RGB value is (155,5,198). Sum of RGB (Red+Green+Blue) = 155+5+198=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B05C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05C6 is #64FA39. Grayscale: #474747. Windows color (decimal): -6617658 or 12977563. OLE color: 12977563.

HSL color Cylindrical-coordinate representation of color #9B05C6: hue angle of 286.63º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05C6 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 5 198 -
CMYK 0.22 0.97 0 0.22
HSL 286.63º 0.95% 0.4% -
HSV(B) 286.63º 0.97% 0.78% -
XYZ 23.76 11.15 54.33 -
YUV 71.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 155 5 198 0.22 0.97 0 0.22 286.63 0.95 0.4
Hex 9B 5 C6 16 61 0 16 11F 5F 28
Octal 233 5 306 26 141 0 26 437 137 50
Binary 10011011 101 11000110 10110 1100001 0 10110 100011111 1011111 101000

Color Harmonies of #9B05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05C6

Black with #9B05C6

Text Example


Text Example

White with #9B05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,198); }

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

background-color css

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

 a { background-color: rgb(155,5,198); }

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

border-color css

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

 span { border-color: rgb(155,5,198); }

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