Html Css Color HEX #963A9D Vivid Violet

📋 copy color: '#963A9D'

red 150 ◦ green 58 ◦ blue 157

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

Shades of Vivid Violet #963A9D

Tints of Vivid Violet #963A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 41.1%
G = 15.89%
B = 43.01%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#963A9D (or 0x963A9D) is known color: Vivid Violet. HEX triplet: 96, 3A and 9D. RGB value is (150,58,157). Sum of RGB (Red+Green+Blue) = 150+58+157=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #963A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A9D is #69C562. Grayscale: #606060. Windows color (decimal): -6931811 or 10304150. OLE color: 10304150.

HSL color Cylindrical-coordinate representation of color #963A9D: hue angle of 295.76º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963A9D is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 58 157 -
CMYK 0.04 0.63 0 0.38
HSL 295.76º 0.46% 0.42% -
HSV(B) 295.76º 0.63% 0.62% -
XYZ 20.18 11.94 33.14 -
YUV 96.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 150 58 157 0.04 0.63 0 0.38 295.76 0.46 0.42
Hex 96 3A 9D 4 3F 0 26 128 2E 2A
Octal 226 72 235 4 77 0 46 450 56 52
Binary 10010110 111010 10011101 100 111111 0 100110 100101000 101110 101010

Color Harmonies of #963A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A9D

Black with #963A9D

Text Example


Text Example

White with #963A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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