Html Css Color HEX #960AF0 Dark Violet

📋 copy color: '#960AF0'

red 150 ◦ green 10 ◦ blue 240

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

Shades of Dark Violet #960AF0

Tints of Dark Violet #960AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 240 (94.14% from 255) = 60%

R = 37.5%
G = 2.5%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#960AF0 (or 0x960AF0) is known color: Dark Violet. HEX triplet: 96, 0A and F0. RGB value is (150,10,240). Sum of RGB (Red+Green+Blue) = 150+10+240=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #960AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AF0 is #69F50F. Grayscale: #4D4D4D. Windows color (decimal): -6944016 or 15731350. OLE color: 15731350.

HSL color Cylindrical-coordinate representation of color #960AF0: hue angle of 276.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960AF0 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 10 240 -
CMYK 0.37 0.96 0 0.06
HSL 276.52º 0.92% 0.49% -
HSV(B) 276.52º 0.96% 0.94% -
XYZ 28.41 12.99 83.45 -
YUV 78.08 219.38 179.3 -
System Red Green Blue C M Y K H S L
Decimal 150 10 240 0.37 0.96 0 0.06 276.52 0.92 0.49
Hex 96 A F0 25 60 0 6 115 5C 31
Octal 226 12 360 45 140 0 6 425 134 61
Binary 10010110 1010 11110000 100101 1100000 0 110 100010101 1011100 110001

Color Harmonies of #960AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AF0

Black with #960AF0

Text Example


Text Example

White with #960AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,10,240); }

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

background-color css

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

 a { background-color: rgb(150,10,240); }

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

border-color css

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

 span { border-color: rgb(150,10,240); }

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