Html Css Color HEX #963AEB Blue Violet

📋 copy color: '#963AEB'

red 150 ◦ green 58 ◦ blue 235

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

Shades of Blue Violet #963AEB

Tints of Blue Violet #963AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 33.86%
G = 13.09%
B = 53.05%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#963AEB (or 0x963AEB) is known color: Blue Violet. HEX triplet: 96, 3A and EB. RGB value is (150,58,235). Sum of RGB (Red+Green+Blue) = 150+58+235=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #963AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AEB is #69C514. Grayscale: #696969. Windows color (decimal): -6931733 or 15415958. OLE color: 15415958.

HSL color Cylindrical-coordinate representation of color #963AEB: hue angle of 271.19º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963AEB is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 58 235 -
CMYK 0.36 0.75 0 0.08
HSL 271.19º 0.82% 0.57% -
HSV(B) 271.19º 0.75% 0.92% -
XYZ 29.09 15.51 80.06 -
YUV 105.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 150 58 235 0.36 0.75 0 0.08 271.19 0.82 0.57
Hex 96 3A EB 24 4B 0 8 10F 52 39
Octal 226 72 353 44 113 0 10 417 122 71
Binary 10010110 111010 11101011 100100 1001011 0 1000 100001111 1010010 111001

Color Harmonies of #963AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AEB

Black with #963AEB

Text Example


Text Example

White with #963AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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