Html Css Color HEX #9C0EBA Dark Violet

📋 copy color: '#9C0EBA'

red 156 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #9C0EBA

Tints of Dark Violet #9C0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 43.82%
G = 3.93%
B = 52.25%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C0EBA (or 0x9C0EBA) is known color: Dark Violet. HEX triplet: 9C, 0E and BA. RGB value is (156,14,186). Sum of RGB (Red+Green+Blue) = 156+14+186=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0EBA is #63F145. Grayscale: #4B4B4B. Windows color (decimal): -6549830 or 12193436. OLE color: 12193436.

HSL color Cylindrical-coordinate representation of color #9C0EBA: hue angle of 289.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0EBA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 14 186 -
CMYK 0.16 0.92 0 0.27
HSL 289.53º 0.86% 0.39% -
HSV(B) 289.53º 0.92% 0.73% -
XYZ 22.73 10.93 47.37 -
YUV 76.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 156 14 186 0.16 0.92 0 0.27 289.53 0.86 0.39
Hex 9C E BA 10 5C 0 1B 122 56 27
Octal 234 16 272 20 134 0 33 442 126 47
Binary 10011100 1110 10111010 10000 1011100 0 11011 100100010 1010110 100111

Color Harmonies of #9C0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0EBA

Black with #9C0EBA

Text Example


Text Example

White with #9C0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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