Html Css Color HEX #963EEC Blue Violet

📋 copy color: '#963EEC'

red 150 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #963EEC

Tints of Blue Violet #963EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 33.48%
G = 13.84%
B = 52.68%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#963EEC (or 0x963EEC) is known color: Blue Violet. HEX triplet: 96, 3E and EC. RGB value is (150,62,236). Sum of RGB (Red+Green+Blue) = 150+62+236=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #963EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EEC is #69C113. Grayscale: #6B6B6B. Windows color (decimal): -6930708 or 15482518. OLE color: 15482518.

HSL color Cylindrical-coordinate representation of color #963EEC: hue angle of 270.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963EEC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 62 236 -
CMYK 0.36 0.74 0 0.07
HSL 270.34º 0.82% 0.58% -
HSV(B) 270.34º 0.74% 0.93% -
XYZ 29.44 15.99 80.89 -
YUV 108.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 150 62 236 0.36 0.74 0 0.07 270.34 0.82 0.58
Hex 96 3E EC 24 4A 0 7 10E 52 3A
Octal 226 76 354 44 112 0 7 416 122 72
Binary 10010110 111110 11101100 100100 1001010 0 111 100001110 1010010 111010

Color Harmonies of #963EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EEC

Black with #963EEC

Text Example


Text Example

White with #963EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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