Html Css Color HEX #960DFB Blue Violet

📋 copy color: '#960DFB'

red 150 ◦ green 13 ◦ blue 251

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

Shades of Blue Violet #960DFB

Tints of Blue Violet #960DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 36.23%
G = 3.14%
B = 60.63%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#960DFB (or 0x960DFB) is known color: Blue Violet. HEX triplet: 96, 0D and FB. RGB value is (150,13,251). Sum of RGB (Red+Green+Blue) = 150+13+251=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #960DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960DFB is #69F204. Grayscale: #505050. Windows color (decimal): -6943237 or 16453014. OLE color: 16453014.

HSL color Cylindrical-coordinate representation of color #960DFB: hue angle of 274.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960DFB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 13 251 -
CMYK 0.40 0.95 0 0.02
HSL 274.54º 0.97% 0.52% -
HSV(B) 274.54º 0.95% 0.98% -
XYZ 30.13 13.74 92.33 -
YUV 81.1 223.89 177.15 -
System Red Green Blue C M Y K H S L
Decimal 150 13 251 0.40 0.95 0 0.02 274.54 0.97 0.52
Hex 96 D FB 28 5F 0 2 113 61 34
Octal 226 15 373 50 137 0 2 423 141 64
Binary 10010110 1101 11111011 101000 1011111 0 10 100010011 1100001 110100

Color Harmonies of #960DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DFB

Black with #960DFB

Text Example


Text Example

White with #960DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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