Html Css Color HEX #9C07CB Dark Violet

📋 copy color: '#9C07CB'

red 156 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #9C07CB

Tints of Dark Violet #9C07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 42.62%
G = 1.91%
B = 55.46%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C07CB (or 0x9C07CB) is known color: Dark Violet. HEX triplet: 9C, 07 and CB. RGB value is (156,7,203). Sum of RGB (Red+Green+Blue) = 156+7+203=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C07CB is #63F834. Grayscale: #494949. Windows color (decimal): -6551605 or 13305756. OLE color: 13305756.

HSL color Cylindrical-coordinate representation of color #9C07CB: hue angle of 285.61º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C07CB is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 7 203 -
CMYK 0.23 0.97 0 0.20
HSL 285.61º 0.93% 0.41% -
HSV(B) 285.61º 0.97% 0.8% -
XYZ 24.57 11.53 57.43 -
YUV 73.9 200.86 186.56 -
System Red Green Blue C M Y K H S L
Decimal 156 7 203 0.23 0.97 0 0.20 285.61 0.93 0.41
Hex 9C 7 CB 17 61 0 14 11E 5D 29
Octal 234 7 313 27 141 0 24 436 135 51
Binary 10011100 111 11001011 10111 1100001 0 10100 100011110 1011101 101001

Color Harmonies of #9C07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C07CB

Black with #9C07CB

Text Example


Text Example

White with #9C07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,203); }

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

background-color css

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

 a { background-color: rgb(156,7,203); }

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

border-color css

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

 span { border-color: rgb(156,7,203); }

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