Html Css Color HEX #960AFB Dark Violet

📋 copy color: '#960AFB'

red 150 ◦ green 10 ◦ blue 251

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

Shades of Dark Violet #960AFB

Tints of Dark Violet #960AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 36.5%
G = 2.43%
B = 61.07%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#960AFB (or 0x960AFB) is known color: Dark Violet. HEX triplet: 96, 0A and FB. RGB value is (150,10,251). Sum of RGB (Red+Green+Blue) = 150+10+251=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #960AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AFB is #69F504. Grayscale: #4E4E4E. Windows color (decimal): -6944005 or 16452246. OLE color: 16452246.

HSL color Cylindrical-coordinate representation of color #960AFB: hue angle of 274.85º degrees, saturation: 0.97, 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 #960AFB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 10 251 -
CMYK 0.40 0.96 0 0.02
HSL 274.85º 0.97% 0.51% -
HSV(B) 274.85º 0.96% 0.98% -
XYZ 30.1 13.67 92.32 -
YUV 79.33 224.88 178.4 -
System Red Green Blue C M Y K H S L
Decimal 150 10 251 0.40 0.96 0 0.02 274.85 0.97 0.51
Hex 96 A FB 28 60 0 2 113 61 33
Octal 226 12 373 50 140 0 2 423 141 63
Binary 10010110 1010 11111011 101000 1100000 0 10 100010011 1100001 110011

Color Harmonies of #960AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AFB

Black with #960AFB

Text Example


Text Example

White with #960AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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