Html Css Color HEX #960BFC Blue Violet

📋 copy color: '#960BFC'

red 150 ◦ green 11 ◦ blue 252

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

Shades of Blue Violet #960BFC

Tints of Blue Violet #960BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 36.32%
G = 2.66%
B = 61.02%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#960BFC (or 0x960BFC) is known color: Blue Violet. HEX triplet: 96, 0B and FC. RGB value is (150,11,252). Sum of RGB (Red+Green+Blue) = 150+11+252=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #960BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BFC is #69F403. Grayscale: #4F4F4F. Windows color (decimal): -6943748 or 16518038. OLE color: 16518038.

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

Color convert

RGB 150 11 252 -
CMYK 0.40 0.96 0 0.01
HSL 274.61º 0.98% 0.52% -
HSV(B) 274.61º 0.96% 0.99% -
XYZ 30.27 13.75 93.15 -
YUV 80.04 225.05 177.9 -
System Red Green Blue C M Y K H S L
Decimal 150 11 252 0.40 0.96 0 0.01 274.61 0.98 0.52
Hex 96 B FC 28 60 0 1 113 62 34
Octal 226 13 374 50 140 0 1 423 142 64
Binary 10010110 1011 11111100 101000 1100000 0 1 100010011 1100010 110100

Color Harmonies of #960BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BFC

Black with #960BFC

Text Example


Text Example

White with #960BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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