Html Css Color HEX #963AFE Blue Violet

📋 copy color: '#963AFE'

red 150 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #963AFE

Tints of Blue Violet #963AFE

RGB

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

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

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

R = 32.47%
G = 12.55%
B = 54.98%

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

#963AFE (or 0x963AFE) is known color: Blue Violet. HEX triplet: 96, 3A and FE. RGB value is (150,58,254). Sum of RGB (Red+Green+Blue) = 150+58+254=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #963AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AFE is #69C501. Grayscale: #6B6B6B. Windows color (decimal): -6931714 or 16661142. OLE color: 16661142.

HSL color Cylindrical-coordinate representation of color #963AFE: hue angle of 268.16º 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 #963AFE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 58 254 -
CMYK 0.41 0.77 0 0.00
HSL 268.16º 0.99% 0.61% -
HSV(B) 268.16º 0.77% 1% -
XYZ 31.98 16.67 95.3 -
YUV 107.85 210.48 158.06 -
System Red Green Blue C M Y K H S L
Decimal 150 58 254 0.41 0.77 0 0.00 268.16 0.99 0.61
Hex 96 3A FE 29 4D 0 0 10C 63 3D
Octal 226 72 376 51 115 0 0 414 143 75
Binary 10010110 111010 11111110 101001 1001101 0 0 100001100 1100011 111101

Color Harmonies of #963AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AFE

Black with #963AFE

Text Example


Text Example

White with #963AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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