Html Css Color HEX #952B99 Vivid Violet

📋 copy color: '#952B99'

red 149 ◦ green 43 ◦ blue 153

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

Shades of Vivid Violet #952B99

Tints of Vivid Violet #952B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

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

R = 43.19%
G = 12.46%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#952B99 (or 0x952B99) is known color: Vivid Violet. HEX triplet: 95, 2B and 99. RGB value is (149,43,153). Sum of RGB (Red+Green+Blue) = 149+43+153=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #952B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B99 is #6AD466. Grayscale: #565656. Windows color (decimal): -7001191 or 10038165. OLE color: 10038165.

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

Color convert

RGB 149 43 153 -
CMYK 0.03 0.72 0 0.4
HSL 297.82º 0.56% 0.38% -
HSV(B) 297.82º 0.72% 0.6% -
XYZ 19.01 10.42 31.15 -
YUV 87.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 149 43 153 0.03 0.72 0 0.4 297.82 0.56 0.38
Hex 95 2B 99 3 48 0 28 12A 38 26
Octal 225 53 231 3 110 0 50 452 70 46
Binary 10010101 101011 10011001 11 1001000 0 101000 100101010 111000 100110

Color Harmonies of #952B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B99

Black with #952B99

Text Example


Text Example

White with #952B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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