Html Css Color HEX #960EBA Dark Violet

📋 copy color: '#960EBA'

red 150 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #960EBA

Tints of Dark Violet #960EBA

RGB

 RED value IS 150 (58.98% from 255) = 42.86%

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

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

R = 42.86%
G = 4%
B = 53.14%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#960EBA (or 0x960EBA) is known color: Dark Violet. HEX triplet: 96, 0E and BA. RGB value is (150,14,186). Sum of RGB (Red+Green+Blue) = 150+14+186=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #960EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EBA is #69F145. Grayscale: #494949. Windows color (decimal): -6943046 or 12193430. OLE color: 12193430.

HSL color Cylindrical-coordinate representation of color #960EBA: hue angle of 287.44º 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 #960EBA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 14 186 -
CMYK 0.19 0.92 0 0.27
HSL 287.44º 0.86% 0.39% -
HSV(B) 287.44º 0.92% 0.73% -
XYZ 21.6 10.34 47.31 -
YUV 74.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 150 14 186 0.19 0.92 0 0.27 287.44 0.86 0.39
Hex 96 E BA 13 5C 0 1B 11F 56 27
Octal 226 16 272 23 134 0 33 437 126 47
Binary 10010110 1110 10111010 10011 1011100 0 11011 100011111 1010110 100111

Color Harmonies of #960EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EBA

Black with #960EBA

Text Example


Text Example

White with #960EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960EBA; }

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

 H1.HeaderClassName
 {
   color: #960EBA;
 }
 .AnyTagClassName
 {
   color: #960EBA;
 }
</style>

background-color css

<style>
 a { background-color: #960EBA; }

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

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

border-color css

<style>
 span { border-color: #960EBA; }

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

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