Html Css Color HEX #963CF5 Blue Violet

📋 copy color: '#963CF5'

red 150 ◦ green 60 ◦ blue 245

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

Shades of Blue Violet #963CF5

Tints of Blue Violet #963CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 32.97%
G = 13.19%
B = 53.85%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#963CF5 (or 0x963CF5) is known color: Blue Violet. HEX triplet: 96, 3C and F5. RGB value is (150,60,245). Sum of RGB (Red+Green+Blue) = 150+60+245=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #963CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CF5 is #69C30A. Grayscale: #6B6B6B. Windows color (decimal): -6931211 or 16071830. OLE color: 16071830.

HSL color Cylindrical-coordinate representation of color #963CF5: hue angle of 269.19º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963CF5 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 60 245 -
CMYK 0.39 0.76 0 0.04
HSL 269.19º 0.9% 0.6% -
HSV(B) 269.19º 0.76% 0.96% -
XYZ 30.67 16.31 87.92 -
YUV 108 205.32 157.96 -
System Red Green Blue C M Y K H S L
Decimal 150 60 245 0.39 0.76 0 0.04 269.19 0.9 0.6
Hex 96 3C F5 27 4C 0 4 10D 5A 3C
Octal 226 74 365 47 114 0 4 415 132 74
Binary 10010110 111100 11110101 100111 1001100 0 100 100001101 1011010 111100

Color Harmonies of #963CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CF5

Black with #963CF5

Text Example


Text Example

White with #963CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,245); }

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

background-color css

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

 a { background-color: rgb(150,60,245); }

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

border-color css

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

 span { border-color: rgb(150,60,245); }

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