Html Css Color HEX #963AAA Vivid Violet

📋 copy color: '#963AAA'

red 150 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #963AAA

Tints of Vivid Violet #963AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 39.68%
G = 15.34%
B = 44.97%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963AAA (or 0x963AAA) is known color: Vivid Violet. HEX triplet: 96, 3A and AA. RGB value is (150,58,170). Sum of RGB (Red+Green+Blue) = 150+58+170=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #963AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAA is #69C555. Grayscale: #616161. Windows color (decimal): -6931798 or 11156118. OLE color: 11156118.

HSL color Cylindrical-coordinate representation of color #963AAA: hue angle of 289.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963AAA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 58 170 -
CMYK 0.12 0.66 0 0.33
HSL 289.29º 0.49% 0.45% -
HSV(B) 289.29º 0.66% 0.67% -
XYZ 21.35 12.41 39.3 -
YUV 98.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 150 58 170 0.12 0.66 0 0.33 289.29 0.49 0.45
Hex 96 3A AA C 42 0 21 121 31 2D
Octal 226 72 252 14 102 0 41 441 61 55
Binary 10010110 111010 10101010 1100 1000010 0 100001 100100001 110001 101101

Color Harmonies of #963AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AAA

Black with #963AAA

Text Example


Text Example

White with #963AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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