Html Css Color HEX #960BDE Dark Violet

📋 copy color: '#960BDE'

red 150 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #960BDE

Tints of Dark Violet #960BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

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

R = 39.16%
G = 2.87%
B = 57.96%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960BDE (or 0x960BDE) is known color: Dark Violet. HEX triplet: 96, 0B and DE. RGB value is (150,11,222). Sum of RGB (Red+Green+Blue) = 150+11+222=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #960BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BDE is #69F421. Grayscale: #4B4B4B. Windows color (decimal): -6943778 or 14551958. OLE color: 14551958.

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

Color convert

RGB 150 11 222 -
CMYK 0.32 0.95 0 0.13
HSL 279.53º 0.91% 0.46% -
HSV(B) 279.53º 0.95% 0.87% -
XYZ 25.88 12 70.06 -
YUV 76.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 150 11 222 0.32 0.95 0 0.13 279.53 0.91 0.46
Hex 96 B DE 20 5F 0 D 118 5B 2E
Octal 226 13 336 40 137 0 15 430 133 56
Binary 10010110 1011 11011110 100000 1011111 0 1101 100011000 1011011 101110

Color Harmonies of #960BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BDE

Black with #960BDE

Text Example


Text Example

White with #960BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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