Html Css Color HEX #963A93 Vivid Violet

📋 copy color: '#963A93'

red 150 ◦ green 58 ◦ blue 147

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

Shades of Vivid Violet #963A93

Tints of Vivid Violet #963A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 42.25%
G = 16.34%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#963A93 (or 0x963A93) is known color: Vivid Violet. HEX triplet: 96, 3A and 93. RGB value is (150,58,147). Sum of RGB (Red+Green+Blue) = 150+58+147=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #963A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A93 is #69C56C. Grayscale: #5F5F5F. Windows color (decimal): -6931821 or 9648790. OLE color: 9648790.

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

Color convert

RGB 150 58 147 -
CMYK 0 0.61 0.02 0.41
HSL 301.96º 0.44% 0.41% -
HSV(B) 301.96º 0.61% 0.59% -
XYZ 19.36 11.62 28.83 -
YUV 95.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 150 58 147 0 0.61 0.02 0.41 301.96 0.44 0.41
Hex 96 3A 93 0 3D 2 29 12E 2C 29
Octal 226 72 223 0 75 2 51 456 54 51
Binary 10010110 111010 10010011 0 111101 10 101001 100101110 101100 101001

Color Harmonies of #963A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A93

Black with #963A93

Text Example


Text Example

White with #963A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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