Html Css Color HEX #952899 Vivid Violet

📋 copy color: '#952899'

red 149 ◦ green 40 ◦ blue 153

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

Shades of Vivid Violet #952899

Tints of Vivid Violet #952899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

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

R = 43.57%
G = 11.7%
B = 44.74%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#952899 (or 0x952899) is known color: Vivid Violet. HEX triplet: 95, 28 and 99. RGB value is (149,40,153). Sum of RGB (Red+Green+Blue) = 149+40+153=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #952899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952899 is #6AD766. Grayscale: #555555. Windows color (decimal): -7001959 or 10037397. OLE color: 10037397.

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

Color convert

RGB 149 40 153 -
CMYK 0.03 0.74 0 0.4
HSL 297.88º 0.59% 0.38% -
HSV(B) 297.88º 0.74% 0.6% -
XYZ 18.9 10.21 31.11 -
YUV 85.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 149 40 153 0.03 0.74 0 0.4 297.88 0.59 0.38
Hex 95 28 99 3 4A 0 28 12A 3B 26
Octal 225 50 231 3 112 0 50 452 73 46
Binary 10010101 101000 10011001 11 1001010 0 101000 100101010 111011 100110

Color Harmonies of #952899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952899

Black with #952899

Text Example


Text Example

White with #952899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952899; }

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

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

background-color css

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

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

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

border-color css

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

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

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