Html Css Color HEX #960DD5 Dark Violet

📋 copy color: '#960DD5'

red 150 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #960DD5

Tints of Dark Violet #960DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.46%

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 39.89%
G = 3.46%
B = 56.65%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#960DD5 (or 0x960DD5) is known color: Dark Violet. HEX triplet: 96, 0D and D5. RGB value is (150,13,213). Sum of RGB (Red+Green+Blue) = 150+13+213=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #960DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DD5 is #69F22A. Grayscale: #4C4C4C. Windows color (decimal): -6943275 or 13962646. OLE color: 13962646.

HSL color Cylindrical-coordinate representation of color #960DD5: hue angle of 281.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DD5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 13 213 -
CMYK 0.30 0.94 0 0.16
HSL 281.1º 0.88% 0.44% -
HSV(B) 281.1º 0.94% 0.84% -
XYZ 24.73 11.58 63.88 -
YUV 76.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 150 13 213 0.30 0.94 0 0.16 281.1 0.88 0.44
Hex 96 D D5 1E 5E 0 10 119 58 2C
Octal 226 15 325 36 136 0 20 431 130 54
Binary 10010110 1101 11010101 11110 1011110 0 10000 100011001 1011000 101100

Color Harmonies of #960DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DD5

Black with #960DD5

Text Example


Text Example

White with #960DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,13,213); }

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

background-color css

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

 a { background-color: rgb(150,13,213); }

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

border-color css

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

 span { border-color: rgb(150,13,213); }

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