Html Css Color HEX #963EFC Blue Violet

📋 copy color: '#963EFC'

red 150 ◦ green 62 ◦ blue 252

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

Shades of Blue Violet #963EFC

Tints of Blue Violet #963EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.36%

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

R = 32.33%
G = 13.36%
B = 54.31%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#963EFC (or 0x963EFC) is known color: Blue Violet. HEX triplet: 96, 3E and FC. RGB value is (150,62,252). Sum of RGB (Red+Green+Blue) = 150+62+252=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #963EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EFC is #69C103. Grayscale: #6D6D6D. Windows color (decimal): -6930692 or 16531094. OLE color: 16531094.

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

Color convert

RGB 150 62 252 -
CMYK 0.40 0.75 0 0.01
HSL 267.79º 0.97% 0.62% -
HSV(B) 267.79º 0.75% 0.99% -
XYZ 31.87 16.96 93.69 -
YUV 109.97 208.15 156.55 -
System Red Green Blue C M Y K H S L
Decimal 150 62 252 0.40 0.75 0 0.01 267.79 0.97 0.62
Hex 96 3E FC 28 4B 0 1 10C 61 3E
Octal 226 76 374 50 113 0 1 414 141 76
Binary 10010110 111110 11111100 101000 1001011 0 1 100001100 1100001 111110

Color Harmonies of #963EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EFC

Black with #963EFC

Text Example


Text Example

White with #963EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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