Html Css Color HEX #952099 Vivid Violet

📋 copy color: '#952099'

red 149 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #952099

Tints of Vivid Violet #952099

RGB

 RED value IS 149 (58.59% from 255) = 44.61%

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 44.61%
G = 9.58%
B = 45.81%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#952099 (or 0x952099) is known color: Vivid Violet. HEX triplet: 95, 20 and 99. RGB value is (149,32,153). Sum of RGB (Red+Green+Blue) = 149+32+153=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #952099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952099 is #6ADF66. Grayscale: #505050. Windows color (decimal): -7004007 or 10035349. OLE color: 10035349.

HSL color Cylindrical-coordinate representation of color #952099: hue angle of 298.02º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952099 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 32 153 -
CMYK 0.03 0.79 0 0.4
HSL 298.02º 0.65% 0.36% -
HSV(B) 298.02º 0.79% 0.6% -
XYZ 18.66 9.72 31.03 -
YUV 80.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 149 32 153 0.03 0.79 0 0.4 298.02 0.65 0.36
Hex 95 20 99 3 4F 0 28 12A 41 24
Octal 225 40 231 3 117 0 50 452 101 44
Binary 10010101 100000 10011001 11 1001111 0 101000 100101010 1000001 100100

Color Harmonies of #952099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952099

Black with #952099

Text Example


Text Example

White with #952099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952099; }

 p { color: rgb(149,32,153); }

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

background-color css

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

 a { background-color: rgb(149,32,153); }

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

border-color css

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

 span { border-color: rgb(149,32,153); }

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