Html Css Color HEX #9B01CE Dark Violet

📋 copy color: '#9B01CE'

red 155 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #9B01CE

Tints of Dark Violet #9B01CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 42.82%
G = 0.28%
B = 56.91%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B01CE (or 0x9B01CE) is known color: Dark Violet. HEX triplet: 9B, 01 and CE. RGB value is (155,1,206). Sum of RGB (Red+Green+Blue) = 155+1+206=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B01CE is #64FE31. Grayscale: #454545. Windows color (decimal): -6618674 or 13500827. OLE color: 13500827.

HSL color Cylindrical-coordinate representation of color #9B01CE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B01CE is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 1 206 -
CMYK 0.25 1.00 0 0.19
HSL 285.07º 0.99% 0.41% -
HSV(B) 285.07º 1% 0.81% -
XYZ 24.67 11.45 59.3 -
YUV 70.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 155 1 206 0.25 1.00 0 0.19 285.07 0.99 0.41
Hex 9B 1 CE 19 64 0 13 11D 63 29
Octal 233 1 316 31 144 0 23 435 143 51
Binary 10011011 1 11001110 11001 1100100 0 10011 100011101 1100011 101001

Color Harmonies of #9B01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B01CE

Black with #9B01CE

Text Example


Text Example

White with #9B01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,206); }

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

background-color css

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

 a { background-color: rgb(155,1,206); }

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

border-color css

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

 span { border-color: rgb(155,1,206); }

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