Html Css Color HEX #95328E Vivid Violet

📋 copy color: '#95328E'

red 149 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #95328E

Tints of Vivid Violet #95328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 43.7%
G = 14.66%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95328E (or 0x95328E) is known color: Vivid Violet. HEX triplet: 95, 32 and 8E. RGB value is (149,50,142). Sum of RGB (Red+Green+Blue) = 149+50+142=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95328E is #6ACD71. Grayscale: #595959. Windows color (decimal): -6999410 or 9319061. OLE color: 9319061.

HSL color Cylindrical-coordinate representation of color #95328E: hue angle of 304.24º 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 #95328E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 142 -
CMYK 0 0.66 0.05 0.42
HSL 304.24º 0.5% 0.39% -
HSV(B) 304.24º 0.66% 0.58% -
XYZ 18.42 10.62 26.67 -
YUV 90.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 149 50 142 0 0.66 0.05 0.42 304.24 0.5 0.39
Hex 95 32 8E 0 42 5 2A 130 32 27
Octal 225 62 216 0 102 5 52 460 62 47
Binary 10010101 110010 10001110 0 1000010 101 101010 100110000 110010 100111

Color Harmonies of #95328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95328E

Black with #95328E

Text Example


Text Example

White with #95328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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