Html Css Color HEX #960EDF Dark Violet

📋 copy color: '#960EDF'

red 150 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #960EDF

Tints of Dark Violet #960EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 38.76%
G = 3.62%
B = 57.62%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960EDF (or 0x960EDF) is known color: Dark Violet. HEX triplet: 96, 0E and DF. RGB value is (150,14,223). Sum of RGB (Red+Green+Blue) = 150+14+223=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #960EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EDF is #69F120. Grayscale: #4D4D4D. Windows color (decimal): -6943009 or 14618262. OLE color: 14618262.

HSL color Cylindrical-coordinate representation of color #960EDF: hue angle of 279.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EDF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 14 223 -
CMYK 0.33 0.94 0 0.13
HSL 279.04º 0.88% 0.46% -
HSV(B) 279.04º 0.94% 0.87% -
XYZ 26.05 12.13 70.78 -
YUV 78.49 209.56 179.01 -
System Red Green Blue C M Y K H S L
Decimal 150 14 223 0.33 0.94 0 0.13 279.04 0.88 0.46
Hex 96 E DF 21 5E 0 D 117 58 2E
Octal 226 16 337 41 136 0 15 427 130 56
Binary 10010110 1110 11011111 100001 1011110 0 1101 100010111 1011000 101110

Color Harmonies of #960EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EDF

Black with #960EDF

Text Example


Text Example

White with #960EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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