Html Css Color HEX #960AF8 Dark Violet

📋 copy color: '#960AF8'

red 150 ◦ green 10 ◦ blue 248

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

Shades of Dark Violet #960AF8

Tints of Dark Violet #960AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.78%

R = 36.76%
G = 2.45%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#960AF8 (or 0x960AF8) is known color: Dark Violet. HEX triplet: 96, 0A and F8. RGB value is (150,10,248). Sum of RGB (Red+Green+Blue) = 150+10+248=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #960AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AF8 is #69F507. Grayscale: #4E4E4E. Windows color (decimal): -6944008 or 16255638. OLE color: 16255638.

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

Color convert

RGB 150 10 248 -
CMYK 0.40 0.96 0 0.03
HSL 275.29º 0.94% 0.51% -
HSV(B) 275.29º 0.96% 0.97% -
XYZ 29.63 13.48 89.85 -
YUV 78.99 223.38 178.65 -
System Red Green Blue C M Y K H S L
Decimal 150 10 248 0.40 0.96 0 0.03 275.29 0.94 0.51
Hex 96 A F8 28 60 0 3 113 5E 33
Octal 226 12 370 50 140 0 3 423 136 63
Binary 10010110 1010 11111000 101000 1100000 0 11 100010011 1011110 110011

Color Harmonies of #960AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AF8

Black with #960AF8

Text Example


Text Example

White with #960AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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