Html Css Color HEX #963BFE Blue Violet

📋 copy color: '#963BFE'

red 150 ◦ green 59 ◦ blue 254

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

Shades of Blue Violet #963BFE

Tints of Blue Violet #963BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 32.4%
G = 12.74%
B = 54.86%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#963BFE (or 0x963BFE) is known color: Blue Violet. HEX triplet: 96, 3B and FE. RGB value is (150,59,254). Sum of RGB (Red+Green+Blue) = 150+59+254=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #963BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963BFE is #69C401. Grayscale: #6B6B6B. Windows color (decimal): -6931458 or 16661398. OLE color: 16661398.

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

Color convert

RGB 150 59 254 -
CMYK 0.41 0.77 0 0.00
HSL 268º 0.99% 0.61% -
HSV(B) 268º 0.77% 1% -
XYZ 32.03 16.77 95.31 -
YUV 108.44 210.15 157.64 -
System Red Green Blue C M Y K H S L
Decimal 150 59 254 0.41 0.77 0 0.00 268 0.99 0.61
Hex 96 3B FE 29 4D 0 0 10C 63 3D
Octal 226 73 376 51 115 0 0 414 143 75
Binary 10010110 111011 11111110 101001 1001101 0 0 100001100 1100011 111101

Color Harmonies of #963BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BFE

Black with #963BFE

Text Example


Text Example

White with #963BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,254); }

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

background-color css

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

 a { background-color: rgb(150,59,254); }

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

border-color css

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

 span { border-color: rgb(150,59,254); }

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