Html Css Color HEX #963FEC Blue Violet

📋 copy color: '#963FEC'

red 150 ◦ green 63 ◦ blue 236

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

Shades of Blue Violet #963FEC

Tints of Blue Violet #963FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.03%

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

R = 33.41%
G = 14.03%
B = 52.56%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#963FEC (or 0x963FEC) is known color: Blue Violet. HEX triplet: 96, 3F and EC. RGB value is (150,63,236). Sum of RGB (Red+Green+Blue) = 150+63+236=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #963FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FEC is #69C013. Grayscale: #6C6C6C. Windows color (decimal): -6930452 or 15482774. OLE color: 15482774.

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

Color convert

RGB 150 63 236 -
CMYK 0.36 0.73 0 0.07
HSL 270.17º 0.82% 0.59% -
HSV(B) 270.17º 0.73% 0.93% -
XYZ 29.5 16.1 80.91 -
YUV 108.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 150 63 236 0.36 0.73 0 0.07 270.17 0.82 0.59
Hex 96 3F EC 24 49 0 7 10E 52 3B
Octal 226 77 354 44 111 0 7 416 122 73
Binary 10010110 111111 11101100 100100 1001001 0 111 100001110 1010010 111011

Color Harmonies of #963FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FEC

Black with #963FEC

Text Example


Text Example

White with #963FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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