Html Css Color HEX #963AEC Blue Violet

📋 copy color: '#963AEC'

red 150 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #963AEC

Tints of Blue Violet #963AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 33.78%
G = 13.06%
B = 53.15%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#963AEC (or 0x963AEC) is known color: Blue Violet. HEX triplet: 96, 3A and EC. RGB value is (150,58,236). Sum of RGB (Red+Green+Blue) = 150+58+236=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #963AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AEC is #69C513. Grayscale: #696969. Windows color (decimal): -6931732 or 15481494. OLE color: 15481494.

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

Color convert

RGB 150 58 236 -
CMYK 0.36 0.75 0 0.07
HSL 271.01º 0.82% 0.58% -
HSV(B) 271.01º 0.75% 0.93% -
XYZ 29.23 15.57 80.82 -
YUV 105.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 150 58 236 0.36 0.75 0 0.07 271.01 0.82 0.58
Hex 96 3A EC 24 4B 0 7 10F 52 3A
Octal 226 72 354 44 113 0 7 417 122 72
Binary 10010110 111010 11101100 100100 1001011 0 111 100001111 1010010 111010

Color Harmonies of #963AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AEC

Black with #963AEC

Text Example


Text Example

White with #963AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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