Html Css Color HEX #960AFC Dark Violet

📋 copy color: '#960AFC'

red 150 ◦ green 10 ◦ blue 252

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

Shades of Dark Violet #960AFC

Tints of Dark Violet #960AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 36.41%
G = 2.43%
B = 61.17%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#960AFC (or 0x960AFC) is known color: Dark Violet. HEX triplet: 96, 0A and FC. RGB value is (150,10,252). Sum of RGB (Red+Green+Blue) = 150+10+252=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #960AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AFC is #69F503. Grayscale: #4E4E4E. Windows color (decimal): -6944004 or 16517782. OLE color: 16517782.

HSL color Cylindrical-coordinate representation of color #960AFC: hue angle of 274.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960AFC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 10 252 -
CMYK 0.40 0.96 0 0.01
HSL 274.71º 0.98% 0.51% -
HSV(B) 274.71º 0.96% 0.99% -
XYZ 30.26 13.73 93.15 -
YUV 79.45 225.38 178.32 -
System Red Green Blue C M Y K H S L
Decimal 150 10 252 0.40 0.96 0 0.01 274.71 0.98 0.51
Hex 96 A FC 28 60 0 1 113 62 33
Octal 226 12 374 50 140 0 1 423 142 63
Binary 10010110 1010 11111100 101000 1100000 0 1 100010011 1100010 110011

Color Harmonies of #960AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AFC

Black with #960AFC

Text Example


Text Example

White with #960AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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