Html Css Color HEX #963EE8 Blue Violet

📋 copy color: '#963EE8'

red 150 ◦ green 62 ◦ blue 232

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

Shades of Blue Violet #963EE8

Tints of Blue Violet #963EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.25%

R = 33.78%
G = 13.96%
B = 52.25%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#963EE8 (or 0x963EE8) is known color: Blue Violet. HEX triplet: 96, 3E and E8. RGB value is (150,62,232). Sum of RGB (Red+Green+Blue) = 150+62+232=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #963EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EE8 is #69C117. Grayscale: #6B6B6B. Windows color (decimal): -6930712 or 15220374. OLE color: 15220374.

HSL color Cylindrical-coordinate representation of color #963EE8: hue angle of 271.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963EE8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 62 232 -
CMYK 0.35 0.73 0 0.09
HSL 271.06º 0.79% 0.58% -
HSV(B) 271.06º 0.73% 0.91% -
XYZ 28.87 15.76 77.86 -
YUV 107.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 150 62 232 0.35 0.73 0 0.09 271.06 0.79 0.58
Hex 96 3E E8 23 49 0 9 10F 4F 3A
Octal 226 76 350 43 111 0 11 417 117 72
Binary 10010110 111110 11101000 100011 1001001 0 1001 100001111 1001111 111010

Color Harmonies of #963EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EE8

Black with #963EE8

Text Example


Text Example

White with #963EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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