Html Css Color HEX #963AFF Blue Violet

📋 copy color: '#963AFF'

red 150 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #963AFF

Tints of Blue Violet #963AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 32.4%
G = 12.53%
B = 55.08%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#963AFF (or 0x963AFF) is known color: Blue Violet. HEX triplet: 96, 3A and FF. RGB value is (150,58,255). Sum of RGB (Red+Green+Blue) = 150+58+255=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #963AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AFF is #69C500. Grayscale: #6B6B6B. Windows color (decimal): -6931713 or 16726678. OLE color: 16726678.

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

Color convert

RGB 150 58 255 -
CMYK 0.41 0.77 0 0
HSL 268.02º 1% 0.61% -
HSV(B) 268.02º 0.77% 1% -
XYZ 32.14 16.73 96.14 -
YUV 107.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 150 58 255 0.41 0.77 0 0 268.02 1 0.61
Hex 96 3A FF 29 4D 0 0 10C 64 3D
Octal 226 72 377 51 115 0 0 414 144 75
Binary 10010110 111010 11111111 101001 1001101 0 0 100001100 1100100 111101

Color Harmonies of #963AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AFF

Black with #963AFF

Text Example


Text Example

White with #963AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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