Html Css Color HEX #95318D Vivid Violet

📋 copy color: '#95318D'

red 149 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #95318D

Tints of Vivid Violet #95318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 43.95%
G = 14.45%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95318D (or 0x95318D) is known color: Vivid Violet. HEX triplet: 95, 31 and 8D. RGB value is (149,49,141). Sum of RGB (Red+Green+Blue) = 149+49+141=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95318D is #6ACE72. Grayscale: #595959. Windows color (decimal): -6999667 or 9253269. OLE color: 9253269.

HSL color Cylindrical-coordinate representation of color #95318D: hue angle of 304.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95318D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 141 -
CMYK 0 0.67 0.05 0.42
HSL 304.8º 0.51% 0.39% -
HSV(B) 304.8º 0.67% 0.58% -
XYZ 18.3 10.51 26.26 -
YUV 89.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 149 49 141 0 0.67 0.05 0.42 304.8 0.51 0.39
Hex 95 31 8D 0 43 5 2A 131 33 27
Octal 225 61 215 0 103 5 52 461 63 47
Binary 10010101 110001 10001101 0 1000011 101 101010 100110001 110011 100111

Color Harmonies of #95318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95318D

Black with #95318D

Text Example


Text Example

White with #95318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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