Html Css Color HEX #960DBF Dark Violet

📋 copy color: '#960DBF'

red 150 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #960DBF

Tints of Dark Violet #960DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 42.37%
G = 3.67%
B = 53.95%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960DBF (or 0x960DBF) is known color: Dark Violet. HEX triplet: 96, 0D and BF. RGB value is (150,13,191). Sum of RGB (Red+Green+Blue) = 150+13+191=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #960DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DBF is #69F240. Grayscale: #494949. Windows color (decimal): -6943297 or 12520854. OLE color: 12520854.

HSL color Cylindrical-coordinate representation of color #960DBF: hue angle of 286.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DBF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 13 191 -
CMYK 0.21 0.93 0 0.25
HSL 286.18º 0.87% 0.4% -
HSV(B) 286.18º 0.93% 0.75% -
XYZ 22.13 10.53 50.16 -
YUV 74.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 150 13 191 0.21 0.93 0 0.25 286.18 0.87 0.4
Hex 96 D BF 15 5D 0 19 11E 57 28
Octal 226 15 277 25 135 0 31 436 127 50
Binary 10010110 1101 10111111 10101 1011101 0 11001 100011110 1010111 101000

Color Harmonies of #960DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DBF

Black with #960DBF

Text Example


Text Example

White with #960DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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