Html Css Color HEX #960AFA Dark Violet

📋 copy color: '#960AFA'

red 150 ◦ green 10 ◦ blue 250

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

Shades of Dark Violet #960AFA

Tints of Dark Violet #960AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 36.59%
G = 2.44%
B = 60.98%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#960AFA (or 0x960AFA) is known color: Dark Violet. HEX triplet: 96, 0A and FA. RGB value is (150,10,250). Sum of RGB (Red+Green+Blue) = 150+10+250=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #960AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AFA is #69F505. Grayscale: #4E4E4E. Windows color (decimal): -6944006 or 16386710. OLE color: 16386710.

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

Color convert

RGB 150 10 250 -
CMYK 0.4 0.96 0 0.02
HSL 275º 0.96% 0.51% -
HSV(B) 275º 0.96% 0.98% -
XYZ 29.94 13.6 91.49 -
YUV 79.22 224.38 178.49 -
System Red Green Blue C M Y K H S L
Decimal 150 10 250 0.4 0.96 0 0.02 275 0.96 0.51
Hex 96 A FA 28 60 0 2 113 60 33
Octal 226 12 372 50 140 0 2 423 140 63
Binary 10010110 1010 11111010 101000 1100000 0 10 100010011 1100000 110011

Color Harmonies of #960AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AFA

Black with #960AFA

Text Example


Text Example

White with #960AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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