Html Css Color HEX #960FDE Dark Violet

📋 copy color: '#960FDE'

red 150 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #960FDE

Tints of Dark Violet #960FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 38.76%
G = 3.88%
B = 57.36%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960FDE (or 0x960FDE) is known color: Dark Violet. HEX triplet: 96, 0F and DE. RGB value is (150,15,222). Sum of RGB (Red+Green+Blue) = 150+15+222=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #960FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FDE is #69F021. Grayscale: #4E4E4E. Windows color (decimal): -6942754 or 14552982. OLE color: 14552982.

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

Color convert

RGB 150 15 222 -
CMYK 0.32 0.93 0 0.13
HSL 279.13º 0.87% 0.46% -
HSV(B) 279.13º 0.93% 0.87% -
XYZ 25.93 12.1 70.08 -
YUV 78.96 208.73 178.67 -
System Red Green Blue C M Y K H S L
Decimal 150 15 222 0.32 0.93 0 0.13 279.13 0.87 0.46
Hex 96 F DE 20 5D 0 D 117 57 2E
Octal 226 17 336 40 135 0 15 427 127 56
Binary 10010110 1111 11011110 100000 1011101 0 1101 100010111 1010111 101110

Color Harmonies of #960FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FDE

Black with #960FDE

Text Example


Text Example

White with #960FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,15,222); }

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

background-color css

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

 a { background-color: rgb(150,15,222); }

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

border-color css

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

 span { border-color: rgb(150,15,222); }

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