Html Css Color HEX #9C01BE Dark Violet

📋 copy color: '#9C01BE'

red 156 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #9C01BE

Tints of Dark Violet #9C01BE

RGB

 RED value IS 156 (61.33% from 255) = 44.96%

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 44.96%
G = 0.29%
B = 54.76%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C01BE (or 0x9C01BE) is known color: Dark Violet. HEX triplet: 9C, 01 and BE. RGB value is (156,1,190). Sum of RGB (Red+Green+Blue) = 156+1+190=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C01BE is #63FE41. Grayscale: #444444. Windows color (decimal): -6553154 or 12452252. OLE color: 12452252.

HSL color Cylindrical-coordinate representation of color #9C01BE: hue angle of 289.21º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C01BE is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 1 190 -
CMYK 0.18 0.99 0 0.25
HSL 289.21º 0.99% 0.37% -
HSV(B) 289.21º 0.99% 0.75% -
XYZ 23.02 10.81 49.59 -
YUV 68.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 156 1 190 0.18 0.99 0 0.25 289.21 0.99 0.37
Hex 9C 1 BE 12 63 0 19 121 63 25
Octal 234 1 276 22 143 0 31 441 143 45
Binary 10011100 1 10111110 10010 1100011 0 11001 100100001 1100011 100101

Color Harmonies of #9C01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01BE

Black with #9C01BE

Text Example


Text Example

White with #9C01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,190); }

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

background-color css

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

 a { background-color: rgb(156,1,190); }

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

border-color css

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

 span { border-color: rgb(156,1,190); }

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