Html Css Color HEX #963AFC Blue Violet

📋 copy color: '#963AFC'

red 150 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #963AFC

Tints of Blue Violet #963AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.61%

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

R = 32.61%
G = 12.61%
B = 54.78%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#963AFC (or 0x963AFC) is known color: Blue Violet. HEX triplet: 96, 3A and FC. RGB value is (150,58,252). Sum of RGB (Red+Green+Blue) = 150+58+252=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #963AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AFC is #69C503. Grayscale: #6A6A6A. Windows color (decimal): -6931716 or 16530070. OLE color: 16530070.

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

Color convert

RGB 150 58 252 -
CMYK 0.40 0.77 0 0.01
HSL 268.45º 0.97% 0.61% -
HSV(B) 268.45º 0.77% 0.99% -
XYZ 31.66 16.54 93.62 -
YUV 107.62 209.48 158.23 -
System Red Green Blue C M Y K H S L
Decimal 150 58 252 0.40 0.77 0 0.01 268.45 0.97 0.61
Hex 96 3A FC 28 4D 0 1 10C 61 3D
Octal 226 72 374 50 115 0 1 414 141 75
Binary 10010110 111010 11111100 101000 1001101 0 1 100001100 1100001 111101

Color Harmonies of #963AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AFC

Black with #963AFC

Text Example


Text Example

White with #963AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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