Html Css Color HEX #9C01B3 Dark Violet

📋 copy color: '#9C01B3'

red 156 ◦ green 1 ◦ blue 179

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

Shades of Dark Violet #9C01B3

Tints of Dark Violet #9C01B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.27%

R = 46.43%
G = 0.3%
B = 53.27%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9C01B3 (or 0x9C01B3) is known color: Dark Violet. HEX triplet: 9C, 01 and B3. RGB value is (156,1,179). Sum of RGB (Red+Green+Blue) = 156+1+179=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C01B3 is #63FE4C. Grayscale: #434343. Windows color (decimal): -6553165 or 11731356. OLE color: 11731356.

HSL color Cylindrical-coordinate representation of color #9C01B3: hue angle of 292.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C01B3 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 1 179 -
CMYK 0.13 0.99 0 0.30
HSL 292.25º 0.99% 0.35% -
HSV(B) 292.25º 0.99% 0.7% -
XYZ 21.86 10.34 43.49 -
YUV 67.64 190.85 191.03 -
System Red Green Blue C M Y K H S L
Decimal 156 1 179 0.13 0.99 0 0.30 292.25 0.99 0.35
Hex 9C 1 B3 D 63 0 1E 124 63 23
Octal 234 1 263 15 143 0 36 444 143 43
Binary 10011100 1 10110011 1101 1100011 0 11110 100100100 1100011 100011

Color Harmonies of #9C01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C01B3

Black with #9C01B3

Text Example


Text Example

White with #9C01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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