Html Css Color HEX #952499 Vivid Violet

📋 copy color: '#952499'

red 149 ◦ green 36 ◦ blue 153

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

Shades of Vivid Violet #952499

Tints of Vivid Violet #952499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

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

R = 44.08%
G = 10.65%
B = 45.27%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#952499 (or 0x952499) is known color: Vivid Violet. HEX triplet: 95, 24 and 99. RGB value is (149,36,153). Sum of RGB (Red+Green+Blue) = 149+36+153=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #952499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952499 is #6ADB66. Grayscale: #525252. Windows color (decimal): -7002983 or 10036373. OLE color: 10036373.

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

Color convert

RGB 149 36 153 -
CMYK 0.03 0.76 0 0.4
HSL 297.95º 0.62% 0.37% -
HSV(B) 297.95º 0.76% 0.6% -
XYZ 18.78 9.95 31.07 -
YUV 83.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 149 36 153 0.03 0.76 0 0.4 297.95 0.62 0.37
Hex 95 24 99 3 4C 0 28 12A 3E 25
Octal 225 44 231 3 114 0 50 452 76 45
Binary 10010101 100100 10011001 11 1001100 0 101000 100101010 111110 100101

Color Harmonies of #952499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952499

Black with #952499

Text Example


Text Example

White with #952499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952499; }

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

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

background-color css

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

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

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

border-color css

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

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

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