Html Css Color HEX #9B05C5 Dark Violet

📋 copy color: '#9B05C5'

red 155 ◦ green 5 ◦ blue 197

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

Shades of Dark Violet #9B05C5

Tints of Dark Violet #9B05C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.18%

R = 43.42%
G = 1.4%
B = 55.18%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9B05C5 (or 0x9B05C5) is known color: Dark Violet. HEX triplet: 9B, 05 and C5. RGB value is (155,5,197). Sum of RGB (Red+Green+Blue) = 155+5+197=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B05C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05C5 is #64FA3A. Grayscale: #474747. Windows color (decimal): -6617659 or 12912027. OLE color: 12912027.

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

Color convert

RGB 155 5 197 -
CMYK 0.21 0.97 0 0.23
HSL 286.88º 0.95% 0.4% -
HSV(B) 286.88º 0.97% 0.77% -
XYZ 23.65 11.11 53.72 -
YUV 71.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 155 5 197 0.21 0.97 0 0.23 286.88 0.95 0.4
Hex 9B 5 C5 15 61 0 17 11F 5F 28
Octal 233 5 305 25 141 0 27 437 137 50
Binary 10011011 101 11000101 10101 1100001 0 10111 100011111 1011111 101000

Color Harmonies of #9B05C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05C5

Black with #9B05C5

Text Example


Text Example

White with #9B05C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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