Html Css Color HEX #963EFA Blue Violet

📋 copy color: '#963EFA'

red 150 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #963EFA

Tints of Blue Violet #963EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 32.47%
G = 13.42%
B = 54.11%

CMYK

 C value IS 0.4

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#963EFA (or 0x963EFA) is known color: Blue Violet. HEX triplet: 96, 3E and FA. RGB value is (150,62,250). Sum of RGB (Red+Green+Blue) = 150+62+250=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #963EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EFA is #69C105. Grayscale: #6D6D6D. Windows color (decimal): -6930694 or 16400022. OLE color: 16400022.

HSL color Cylindrical-coordinate representation of color #963EFA: hue angle of 268.09º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963EFA is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 62 250 -
CMYK 0.4 0.75 0 0.02
HSL 268.09º 0.95% 0.61% -
HSV(B) 268.09º 0.75% 0.98% -
XYZ 31.56 16.83 92.03 -
YUV 109.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 150 62 250 0.4 0.75 0 0.02 268.09 0.95 0.61
Hex 96 3E FA 28 4B 0 2 10C 5F 3D
Octal 226 76 372 50 113 0 2 414 137 75
Binary 10010110 111110 11111010 101000 1001011 0 10 100001100 1011111 111101

Color Harmonies of #963EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EFA

Black with #963EFA

Text Example


Text Example

White with #963EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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