Html Css Color HEX #963A99 Vivid Violet

📋 copy color: '#963A99'

red 150 ◦ green 58 ◦ blue 153

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

Shades of Vivid Violet #963A99

Tints of Vivid Violet #963A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 41.55%
G = 16.07%
B = 42.38%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963A99 (or 0x963A99) is known color: Vivid Violet. HEX triplet: 96, 3A and 99. RGB value is (150,58,153). Sum of RGB (Red+Green+Blue) = 150+58+153=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #963A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A99 is #69C566. Grayscale: #606060. Windows color (decimal): -6931815 or 10042006. OLE color: 10042006.

HSL color Cylindrical-coordinate representation of color #963A99: hue angle of 298.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963A99 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 58 153 -
CMYK 0.02 0.62 0 0.4
HSL 298.11º 0.45% 0.41% -
HSV(B) 298.11º 0.62% 0.6% -
XYZ 19.84 11.81 31.37 -
YUV 96.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 150 58 153 0.02 0.62 0 0.4 298.11 0.45 0.41
Hex 96 3A 99 2 3E 0 28 12A 2D 29
Octal 226 72 231 2 76 0 50 452 55 51
Binary 10010110 111010 10011001 10 111110 0 101000 100101010 101101 101001

Color Harmonies of #963A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A99

Black with #963A99

Text Example


Text Example

White with #963A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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