Html Css Color HEX #960FDF Dark Violet

📋 copy color: '#960FDF'

red 150 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #960FDF

Tints of Dark Violet #960FDF

RGB

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

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

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

R = 38.66%
G = 3.87%
B = 57.47%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960FDF (or 0x960FDF) is known color: Dark Violet. HEX triplet: 96, 0F and DF. RGB value is (150,15,223). Sum of RGB (Red+Green+Blue) = 150+15+223=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #960FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FDF is #69F020. Grayscale: #4E4E4E. Windows color (decimal): -6942753 or 14618518. OLE color: 14618518.

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

Color convert

RGB 150 15 223 -
CMYK 0.33 0.93 0 0.13
HSL 278.94º 0.87% 0.47% -
HSV(B) 278.94º 0.93% 0.87% -
XYZ 26.07 12.15 70.78 -
YUV 79.08 209.23 178.59 -
System Red Green Blue C M Y K H S L
Decimal 150 15 223 0.33 0.93 0 0.13 278.94 0.87 0.47
Hex 96 F DF 21 5D 0 D 117 57 2F
Octal 226 17 337 41 135 0 15 427 127 57
Binary 10010110 1111 11011111 100001 1011101 0 1101 100010111 1010111 101111

Color Harmonies of #960FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FDF

Black with #960FDF

Text Example


Text Example

White with #960FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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