Html Css Color HEX #95398E Vivid Violet

📋 copy color: '#95398E'

red 149 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #95398E

Tints of Vivid Violet #95398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 42.82%
G = 16.38%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95398E (or 0x95398E) is known color: Vivid Violet. HEX triplet: 95, 39 and 8E. RGB value is (149,57,142). Sum of RGB (Red+Green+Blue) = 149+57+142=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398E is #6AC671. Grayscale: #5D5D5D. Windows color (decimal): -6997618 or 9320853. OLE color: 9320853.

HSL color Cylindrical-coordinate representation of color #95398E: hue angle of 304.57º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95398E is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 142 -
CMYK 0 0.62 0.05 0.42
HSL 304.57º 0.45% 0.4% -
HSV(B) 304.57º 0.62% 0.58% -
XYZ 18.74 11.27 26.78 -
YUV 94.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 149 57 142 0 0.62 0.05 0.42 304.57 0.45 0.4
Hex 95 39 8E 0 3E 5 2A 131 2D 28
Octal 225 71 216 0 76 5 52 461 55 50
Binary 10010101 111001 10001110 0 111110 101 101010 100110001 101101 101000

Color Harmonies of #95398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95398E

Black with #95398E

Text Example


Text Example

White with #95398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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