Html Css Color HEX #9C0ED7 Dark Violet

📋 copy color: '#9C0ED7'

red 156 ◦ green 14 ◦ blue 215

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

Shades of Dark Violet #9C0ED7

Tints of Dark Violet #9C0ED7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 215 (84.38% from 255) = 55.84%

R = 40.52%
G = 3.64%
B = 55.84%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C0ED7 (or 0x9C0ED7) is known color: Dark Violet. HEX triplet: 9C, 0E and D7. RGB value is (156,14,215). Sum of RGB (Red+Green+Blue) = 156+14+215=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C0ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ED7 is #63F128. Grayscale: #4E4E4E. Windows color (decimal): -6549801 or 14093980. OLE color: 14093980.

HSL color Cylindrical-coordinate representation of color #9C0ED7: hue angle of 282.39º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0ED7 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 14 215 -
CMYK 0.27 0.93 0 0.16
HSL 282.39º 0.88% 0.45% -
HSV(B) 282.39º 0.93% 0.84% -
XYZ 26.13 12.29 65.28 -
YUV 79.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 156 14 215 0.27 0.93 0 0.16 282.39 0.88 0.45
Hex 9C E D7 1B 5D 0 10 11A 58 2D
Octal 234 16 327 33 135 0 20 432 130 55
Binary 10011100 1110 11010111 11011 1011101 0 10000 100011010 1011000 101101

Color Harmonies of #9C0ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0ED7

Black with #9C0ED7

Text Example


Text Example

White with #9C0ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,215); }

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

background-color css

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

 a { background-color: rgb(156,14,215); }

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

border-color css

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

 span { border-color: rgb(156,14,215); }

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