Html Css Color HEX #960DFA Blue Violet

📋 copy color: '#960DFA'

red 150 ◦ green 13 ◦ blue 250

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

Shades of Blue Violet #960DFA

Tints of Blue Violet #960DFA

RGB

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

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

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

R = 36.32%
G = 3.15%
B = 60.53%

CMYK

 C value IS 0.4

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#960DFA (or 0x960DFA) is known color: Blue Violet. HEX triplet: 96, 0D and FA. RGB value is (150,13,250). Sum of RGB (Red+Green+Blue) = 150+13+250=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #960DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960DFA is #69F205. Grayscale: #505050. Windows color (decimal): -6943238 or 16387478. OLE color: 16387478.

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

Color convert

RGB 150 13 250 -
CMYK 0.4 0.95 0 0.02
HSL 274.68º 0.96% 0.52% -
HSV(B) 274.68º 0.95% 0.98% -
XYZ 29.98 13.67 91.5 -
YUV 80.98 223.39 177.23 -
System Red Green Blue C M Y K H S L
Decimal 150 13 250 0.4 0.95 0 0.02 274.68 0.96 0.52
Hex 96 D FA 28 5F 0 2 113 60 34
Octal 226 15 372 50 137 0 2 423 140 64
Binary 10010110 1101 11111010 101000 1011111 0 10 100010011 1100000 110100

Color Harmonies of #960DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DFA

Black with #960DFA

Text Example


Text Example

White with #960DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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