Html Css Color HEX #95249C Vivid Violet

📋 copy color: '#95249C'

red 149 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #95249C

Tints of Vivid Violet #95249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 43.7%
G = 10.56%
B = 45.75%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95249C (or 0x95249C) is known color: Vivid Violet. HEX triplet: 95, 24 and 9C. RGB value is (149,36,156). Sum of RGB (Red+Green+Blue) = 149+36+156=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #95249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95249C is #6ADB63. Grayscale: #535353. Windows color (decimal): -7002980 or 10232981. OLE color: 10232981.

HSL color Cylindrical-coordinate representation of color #95249C: hue angle of 296.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95249C is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 36 156 -
CMYK 0.04 0.77 0 0.39
HSL 296.5º 0.63% 0.38% -
HSV(B) 296.5º 0.77% 0.61% -
XYZ 19.03 10.05 32.39 -
YUV 83.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 149 36 156 0.04 0.77 0 0.39 296.5 0.63 0.38
Hex 95 24 9C 4 4D 0 27 128 3E 26
Octal 225 44 234 4 115 0 47 450 76 46
Binary 10010101 100100 10011100 100 1001101 0 100111 100101000 111110 100110

Color Harmonies of #95249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95249C

Black with #95249C

Text Example


Text Example

White with #95249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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