Html Css Color HEX #9C01BF Dark Violet

📋 copy color: '#9C01BF'

red 156 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #9C01BF

Tints of Dark Violet #9C01BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 44.83%
G = 0.29%
B = 54.89%

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

#9C01BF (or 0x9C01BF) is known color: Dark Violet. HEX triplet: 9C, 01 and BF. RGB value is (156,1,191). Sum of RGB (Red+Green+Blue) = 156+1+191=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C01BF is #63FE40. Grayscale: #444444. Windows color (decimal): -6553153 or 12517788. OLE color: 12517788.

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

Color convert

RGB 156 1 191 -
CMYK 0.18 0.99 0 0.25
HSL 288.95º 0.99% 0.38% -
HSV(B) 288.95º 0.99% 0.75% -
XYZ 23.13 10.85 50.17 -
YUV 69.01 196.85 190.05 -
System Red Green Blue C M Y K H S L
Decimal 156 1 191 0.18 0.99 0 0.25 288.95 0.99 0.38
Hex 9C 1 BF 12 63 0 19 121 63 26
Octal 234 1 277 22 143 0 31 441 143 46
Binary 10011100 1 10111111 10010 1100011 0 11001 100100001 1100011 100110

Color Harmonies of #9C01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01BF

Black with #9C01BF

Text Example


Text Example

White with #9C01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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