Html Css Color HEX #960FBE Dark Violet

📋 copy color: '#960FBE'

red 150 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #960FBE

Tints of Dark Violet #960FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 42.25%
G = 4.23%
B = 53.52%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960FBE (or 0x960FBE) is known color: Dark Violet. HEX triplet: 96, 0F and BE. RGB value is (150,15,190). Sum of RGB (Red+Green+Blue) = 150+15+190=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #960FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FBE is #69F041. Grayscale: #4A4A4A. Windows color (decimal): -6942786 or 12455830. OLE color: 12455830.

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

Color convert

RGB 150 15 190 -
CMYK 0.21 0.92 0 0.25
HSL 286.29º 0.85% 0.4% -
HSV(B) 286.29º 0.92% 0.75% -
XYZ 22.04 10.54 49.59 -
YUV 75.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 150 15 190 0.21 0.92 0 0.25 286.29 0.85 0.4
Hex 96 F BE 15 5C 0 19 11E 55 28
Octal 226 17 276 25 134 0 31 436 125 50
Binary 10010110 1111 10111110 10101 1011100 0 11001 100011110 1010101 101000

Color Harmonies of #960FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FBE

Black with #960FBE

Text Example


Text Example

White with #960FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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