Html Css Color HEX #952994 Vivid Violet

📋 copy color: '#952994'

red 149 ◦ green 41 ◦ blue 148

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

Shades of Vivid Violet #952994

Tints of Vivid Violet #952994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 44.08%
G = 12.13%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952994 (or 0x952994) is known color: Vivid Violet. HEX triplet: 95, 29 and 94. RGB value is (149,41,148). Sum of RGB (Red+Green+Blue) = 149+41+148=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #952994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952994 is #6AD66B. Grayscale: #555555. Windows color (decimal): -7001708 or 9709973. OLE color: 9709973.

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

Color convert

RGB 149 41 148 -
CMYK 0 0.72 0.01 0.42
HSL 300.56º 0.57% 0.37% -
HSV(B) 300.56º 0.72% 0.58% -
XYZ 18.53 10.11 28.99 -
YUV 85.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 149 41 148 0 0.72 0.01 0.42 300.56 0.57 0.37
Hex 95 29 94 0 48 1 2A 12D 39 25
Octal 225 51 224 0 110 1 52 455 71 45
Binary 10010101 101001 10010100 0 1001000 1 101010 100101101 111001 100101

Color Harmonies of #952994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952994

Black with #952994

Text Example


Text Example

White with #952994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952994; }

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

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

background-color css

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

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

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

border-color css

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

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

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