Html Css Color HEX #952799 Vivid Violet

📋 copy color: '#952799'

red 149 ◦ green 39 ◦ blue 153

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

Shades of Vivid Violet #952799

Tints of Vivid Violet #952799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 43.7%
G = 11.44%
B = 44.87%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#952799 (or 0x952799) is known color: Vivid Violet. HEX triplet: 95, 27 and 99. RGB value is (149,39,153). Sum of RGB (Red+Green+Blue) = 149+39+153=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #952799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952799 is #6AD866. Grayscale: #545454. Windows color (decimal): -7002215 or 10037141. OLE color: 10037141.

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

Color convert

RGB 149 39 153 -
CMYK 0.03 0.75 0 0.4
HSL 297.89º 0.59% 0.38% -
HSV(B) 297.89º 0.75% 0.6% -
XYZ 18.87 10.14 31.1 -
YUV 84.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 149 39 153 0.03 0.75 0 0.4 297.89 0.59 0.38
Hex 95 27 99 3 4B 0 28 12A 3B 26
Octal 225 47 231 3 113 0 50 452 73 46
Binary 10010101 100111 10011001 11 1001011 0 101000 100101010 111011 100110

Color Harmonies of #952799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952799

Black with #952799

Text Example


Text Example

White with #952799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952799; }

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

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

background-color css

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

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

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

border-color css

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

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

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