Html Css Color HEX #952494 Vivid Violet

📋 copy color: '#952494'

red 149 ◦ green 36 ◦ blue 148

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

Shades of Vivid Violet #952494

Tints of Vivid Violet #952494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 44.74%
G = 10.81%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952494 (or 0x952494) is known color: Vivid Violet. HEX triplet: 95, 24 and 94. RGB value is (149,36,148). Sum of RGB (Red+Green+Blue) = 149+36+148=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952494 is #6ADB6B. Grayscale: #525252. Windows color (decimal): -7002988 or 9708693. OLE color: 9708693.

HSL color Cylindrical-coordinate representation of color #952494: hue angle of 300.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952494 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 148 -
CMYK 0 0.76 0.01 0.42
HSL 300.53º 0.61% 0.36% -
HSV(B) 300.53º 0.76% 0.58% -
XYZ 18.37 9.79 28.94 -
YUV 82.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 149 36 148 0 0.76 0.01 0.42 300.53 0.61 0.36
Hex 95 24 94 0 4C 1 2A 12D 3D 24
Octal 225 44 224 0 114 1 52 455 75 44
Binary 10010101 100100 10010100 0 1001100 1 101010 100101101 111101 100100

Color Harmonies of #952494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952494

Black with #952494

Text Example


Text Example

White with #952494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952494; }

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

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

background-color css

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

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

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

border-color css

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

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

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