Html Css Color HEX #960EFC Blue Violet

📋 copy color: '#960EFC'

red 150 ◦ green 14 ◦ blue 252

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

Shades of Blue Violet #960EFC

Tints of Blue Violet #960EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

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

R = 36.06%
G = 3.37%
B = 60.58%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#960EFC (or 0x960EFC) is known color: Blue Violet. HEX triplet: 96, 0E and FC. RGB value is (150,14,252). Sum of RGB (Red+Green+Blue) = 150+14+252=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #960EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EFC is #69F103. Grayscale: #505050. Windows color (decimal): -6942980 or 16518806. OLE color: 16518806.

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

Color convert

RGB 150 14 252 -
CMYK 0.40 0.94 0 0.01
HSL 274.29º 0.98% 0.52% -
HSV(B) 274.29º 0.94% 0.99% -
XYZ 30.31 13.83 93.17 -
YUV 81.8 224.06 176.65 -
System Red Green Blue C M Y K H S L
Decimal 150 14 252 0.40 0.94 0 0.01 274.29 0.98 0.52
Hex 96 E FC 28 5E 0 1 112 62 34
Octal 226 16 374 50 136 0 1 422 142 64
Binary 10010110 1110 11111100 101000 1011110 0 1 100010010 1100010 110100

Color Harmonies of #960EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EFC

Black with #960EFC

Text Example


Text Example

White with #960EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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