Html Css Color HEX #960FC0 Dark Violet

📋 copy color: '#960FC0'

red 150 ◦ green 15 ◦ blue 192

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

Shades of Dark Violet #960FC0

Tints of Dark Violet #960FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 42.02%
G = 4.2%
B = 53.78%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960FC0 (or 0x960FC0) is known color: Dark Violet. HEX triplet: 96, 0F and C0. RGB value is (150,15,192). Sum of RGB (Red+Green+Blue) = 150+15+192=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #960FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FC0 is #69F03F. Grayscale: #4A4A4A. Windows color (decimal): -6942784 or 12586902. OLE color: 12586902.

HSL color Cylindrical-coordinate representation of color #960FC0: hue angle of 285.76º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FC0 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 15 192 -
CMYK 0.22 0.92 0 0.25
HSL 285.76º 0.86% 0.41% -
HSV(B) 285.76º 0.92% 0.75% -
XYZ 22.26 10.63 50.75 -
YUV 75.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 150 15 192 0.22 0.92 0 0.25 285.76 0.86 0.41
Hex 96 F C0 16 5C 0 19 11E 56 29
Octal 226 17 300 26 134 0 31 436 126 51
Binary 10010110 1111 11000000 10110 1011100 0 11001 100011110 1010110 101001

Color Harmonies of #960FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FC0

Black with #960FC0

Text Example


Text Example

White with #960FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,15,192); }

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

background-color css

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

 a { background-color: rgb(150,15,192); }

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

border-color css

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

 span { border-color: rgb(150,15,192); }

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