Html Css Color HEX #960BB3 Dark Violet

📋 copy color: '#960BB3'

red 150 ◦ green 11 ◦ blue 179

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

Shades of Dark Violet #960BB3

Tints of Dark Violet #960BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.65%

R = 44.12%
G = 3.24%
B = 52.65%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#960BB3 (or 0x960BB3) is known color: Dark Violet. HEX triplet: 96, 0B and B3. RGB value is (150,11,179). Sum of RGB (Red+Green+Blue) = 150+11+179=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #960BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BB3 is #69F44C. Grayscale: #474747. Windows color (decimal): -6943821 or 11733910. OLE color: 11733910.

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

Color convert

RGB 150 11 179 -
CMYK 0.16 0.94 0 0.30
HSL 289.64º 0.88% 0.37% -
HSV(B) 289.64º 0.94% 0.7% -
XYZ 20.83 9.98 43.48 -
YUV 71.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 150 11 179 0.16 0.94 0 0.30 289.64 0.88 0.37
Hex 96 B B3 10 5E 0 1E 122 58 25
Octal 226 13 263 20 136 0 36 442 130 45
Binary 10010110 1011 10110011 10000 1011110 0 11110 100100010 1011000 100101

Color Harmonies of #960BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BB3

Black with #960BB3

Text Example


Text Example

White with #960BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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