Html Css Color HEX #95398D Vivid Violet

📋 copy color: '#95398D'

red 149 ◦ green 57 ◦ blue 141

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

Shades of Vivid Violet #95398D

Tints of Vivid Violet #95398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 42.94%
G = 16.43%
B = 40.63%

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

#95398D (or 0x95398D) is known color: Vivid Violet. HEX triplet: 95, 39 and 8D. RGB value is (149,57,141). Sum of RGB (Red+Green+Blue) = 149+57+141=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398D is #6AC672. Grayscale: #5D5D5D. Windows color (decimal): -6997619 or 9255317. OLE color: 9255317.

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

Color convert

RGB 149 57 141 -
CMYK 0 0.62 0.05 0.42
HSL 305.22º 0.45% 0.4% -
HSV(B) 305.22º 0.62% 0.58% -
XYZ 18.67 11.24 26.38 -
YUV 94.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 149 57 141 0 0.62 0.05 0.42 305.22 0.45 0.4
Hex 95 39 8D 0 3E 5 2A 131 2D 28
Octal 225 71 215 0 76 5 52 461 55 50
Binary 10010101 111001 10001101 0 111110 101 101010 100110001 101101 101000

Color Harmonies of #95398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95398D

Black with #95398D

Text Example


Text Example

White with #95398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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