Html Css Color HEX #952894 Vivid Violet

📋 copy color: '#952894'

red 149 ◦ green 40 ◦ blue 148

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

Shades of Vivid Violet #952894

Tints of Vivid Violet #952894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 44.21%
G = 11.87%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952894 (or 0x952894) is known color: Vivid Violet. HEX triplet: 95, 28 and 94. RGB value is (149,40,148). Sum of RGB (Red+Green+Blue) = 149+40+148=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #952894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952894 is #6AD76B. Grayscale: #545454. Windows color (decimal): -7001964 or 9709717. OLE color: 9709717.

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

Color convert

RGB 149 40 148 -
CMYK 0 0.73 0.01 0.42
HSL 300.55º 0.58% 0.37% -
HSV(B) 300.55º 0.73% 0.58% -
XYZ 18.5 10.05 28.98 -
YUV 84.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 149 40 148 0 0.73 0.01 0.42 300.55 0.58 0.37
Hex 95 28 94 0 49 1 2A 12D 3A 25
Octal 225 50 224 0 111 1 52 455 72 45
Binary 10010101 101000 10010100 0 1001001 1 101010 100101101 111010 100101

Color Harmonies of #952894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952894

Black with #952894

Text Example


Text Example

White with #952894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952894; }

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

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

background-color css

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

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

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

border-color css

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

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

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