Html Css Color HEX #953294 Vivid Violet

📋 copy color: '#953294'

red 149 ◦ green 50 ◦ blue 148

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

Shades of Vivid Violet #953294

Tints of Vivid Violet #953294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 42.94%
G = 14.41%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953294 (or 0x953294) is known color: Vivid Violet. HEX triplet: 95, 32 and 94. RGB value is (149,50,148). Sum of RGB (Red+Green+Blue) = 149+50+148=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953294 is #6ACD6B. Grayscale: #5A5A5A. Windows color (decimal): -6999404 or 9712277. OLE color: 9712277.

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

Color convert

RGB 149 50 148 -
CMYK 0 0.66 0.01 0.42
HSL 300.61º 0.5% 0.39% -
HSV(B) 300.61º 0.66% 0.58% -
XYZ 18.88 10.81 29.11 -
YUV 90.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 149 50 148 0 0.66 0.01 0.42 300.61 0.5 0.39
Hex 95 32 94 0 42 1 2A 12D 32 27
Octal 225 62 224 0 102 1 52 455 62 47
Binary 10010101 110010 10010100 0 1000010 1 101010 100101101 110010 100111

Color Harmonies of #953294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953294

Black with #953294

Text Example


Text Example

White with #953294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953294; }

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

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

background-color css

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

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

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

border-color css

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

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

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