Html Css Color HEX #953299 Vivid Violet

📋 copy color: '#953299'

red 149 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #953299

Tints of Vivid Violet #953299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 42.33%
G = 14.2%
B = 43.47%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#953299 (or 0x953299) is known color: Vivid Violet. HEX triplet: 95, 32 and 99. RGB value is (149,50,153). Sum of RGB (Red+Green+Blue) = 149+50+153=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #953299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953299 is #6ACD66. Grayscale: #5B5B5B. Windows color (decimal): -6999399 or 10039957. OLE color: 10039957.

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

Color convert

RGB 149 50 153 -
CMYK 0.03 0.67 0 0.4
HSL 297.67º 0.51% 0.4% -
HSV(B) 297.67º 0.67% 0.6% -
XYZ 19.28 10.97 31.24 -
YUV 91.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 149 50 153 0.03 0.67 0 0.4 297.67 0.51 0.4
Hex 95 32 99 3 43 0 28 12A 33 28
Octal 225 62 231 3 103 0 50 452 63 50
Binary 10010101 110010 10011001 11 1000011 0 101000 100101010 110011 101000

Color Harmonies of #953299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953299

Black with #953299

Text Example


Text Example

White with #953299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953299; }

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

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

background-color css

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

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

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

border-color css

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

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

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