Html Css Color HEX #960DD0 Dark Violet

📋 copy color: '#960DD0'

red 150 ◦ green 13 ◦ blue 208

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

Shades of Dark Violet #960DD0

Tints of Dark Violet #960DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 40.43%
G = 3.5%
B = 56.06%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#960DD0 (or 0x960DD0) is known color: Dark Violet. HEX triplet: 96, 0D and D0. RGB value is (150,13,208). Sum of RGB (Red+Green+Blue) = 150+13+208=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #960DD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DD0 is #69F22F. Grayscale: #4B4B4B. Windows color (decimal): -6943280 or 13634966. OLE color: 13634966.

HSL color Cylindrical-coordinate representation of color #960DD0: hue angle of 282.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DD0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 13 208 -
CMYK 0.28 0.94 0 0.18
HSL 282.15º 0.88% 0.43% -
HSV(B) 282.15º 0.94% 0.82% -
XYZ 24.11 11.33 60.59 -
YUV 76.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 150 13 208 0.28 0.94 0 0.18 282.15 0.88 0.43
Hex 96 D D0 1C 5E 0 12 11A 58 2B
Octal 226 15 320 34 136 0 22 432 130 53
Binary 10010110 1101 11010000 11100 1011110 0 10010 100011010 1011000 101011

Color Harmonies of #960DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DD0

Black with #960DD0

Text Example


Text Example

White with #960DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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