Html Css Color HEX #960BF8 Dark Violet

📋 copy color: '#960BF8'

red 150 ◦ green 11 ◦ blue 248

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

Shades of Dark Violet #960BF8

Tints of Dark Violet #960BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

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

R = 36.67%
G = 2.69%
B = 60.64%

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

#960BF8 (or 0x960BF8) is known color: Dark Violet. HEX triplet: 96, 0B and F8. RGB value is (150,11,248). Sum of RGB (Red+Green+Blue) = 150+11+248=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #960BF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BF8 is #69F407. Grayscale: #4E4E4E. Windows color (decimal): -6943752 or 16255894. OLE color: 16255894.

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

Color convert

RGB 150 11 248 -
CMYK 0.40 0.96 0 0.03
HSL 275.19º 0.94% 0.51% -
HSV(B) 275.19º 0.96% 0.97% -
XYZ 29.64 13.5 89.85 -
YUV 79.58 223.05 178.23 -
System Red Green Blue C M Y K H S L
Decimal 150 11 248 0.40 0.96 0 0.03 275.19 0.94 0.51
Hex 96 B F8 28 60 0 3 113 5E 33
Octal 226 13 370 50 140 0 3 423 136 63
Binary 10010110 1011 11111000 101000 1100000 0 11 100010011 1011110 110011

Color Harmonies of #960BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BF8

Black with #960BF8

Text Example


Text Example

White with #960BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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