Html Css Color HEX #9C0EE7 Dark Violet

📋 copy color: '#9C0EE7'

red 156 ◦ green 14 ◦ blue 231

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

Shades of Dark Violet #9C0EE7

Tints of Dark Violet #9C0EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 57.61%

R = 38.9%
G = 3.49%
B = 57.61%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9C0EE7 (or 0x9C0EE7) is known color: Dark Violet. HEX triplet: 9C, 0E and E7. RGB value is (156,14,231). Sum of RGB (Red+Green+Blue) = 156+14+231=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C0EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0EE7 is #63F118. Grayscale: #505050. Windows color (decimal): -6549785 or 15142556. OLE color: 15142556.

HSL color Cylindrical-coordinate representation of color #9C0EE7: hue angle of 279.26º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EE7 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 14 231 -
CMYK 0.32 0.94 0 0.09
HSL 279.26º 0.89% 0.48% -
HSV(B) 279.26º 0.94% 0.91% -
XYZ 28.29 13.15 76.65 -
YUV 81.2 212.54 181.36 -
System Red Green Blue C M Y K H S L
Decimal 156 14 231 0.32 0.94 0 0.09 279.26 0.89 0.48
Hex 9C E E7 20 5E 0 9 117 59 30
Octal 234 16 347 40 136 0 11 427 131 60
Binary 10011100 1110 11100111 100000 1011110 0 1001 100010111 1011001 110000

Color Harmonies of #9C0EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0EE7

Black with #9C0EE7

Text Example


Text Example

White with #9C0EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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