Html Css Color HEX #960EC5 Dark Violet

📋 copy color: '#960EC5'

red 150 ◦ green 14 ◦ blue 197

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

Shades of Dark Violet #960EC5

Tints of Dark Violet #960EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.57%

R = 41.55%
G = 3.88%
B = 54.57%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#960EC5 (or 0x960EC5) is known color: Dark Violet. HEX triplet: 96, 0E and C5. RGB value is (150,14,197). Sum of RGB (Red+Green+Blue) = 150+14+197=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #960EC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EC5 is #69F13A. Grayscale: #4A4A4A. Windows color (decimal): -6943035 or 12914326. OLE color: 12914326.

HSL color Cylindrical-coordinate representation of color #960EC5: hue angle of 284.59º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960EC5 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 14 197 -
CMYK 0.24 0.93 0 0.23
HSL 284.59º 0.87% 0.41% -
HSV(B) 284.59º 0.93% 0.77% -
XYZ 22.81 10.83 53.71 -
YUV 75.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 150 14 197 0.24 0.93 0 0.23 284.59 0.87 0.41
Hex 96 E C5 18 5D 0 17 11D 57 29
Octal 226 16 305 30 135 0 27 435 127 51
Binary 10010110 1110 11000101 11000 1011101 0 10111 100011101 1010111 101001

Color Harmonies of #960EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EC5

Black with #960EC5

Text Example


Text Example

White with #960EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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