Html Css Color HEX #95358D Vivid Violet

📋 copy color: '#95358D'

red 149 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #95358D

Tints of Vivid Violet #95358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 43.44%
G = 15.45%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95358D (or 0x95358D) is known color: Vivid Violet. HEX triplet: 95, 35 and 8D. RGB value is (149,53,141). Sum of RGB (Red+Green+Blue) = 149+53+141=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358D is #6ACA72. Grayscale: #5B5B5B. Windows color (decimal): -6998643 or 9254293. OLE color: 9254293.

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

Color convert

RGB 149 53 141 -
CMYK 0 0.64 0.05 0.42
HSL 305º 0.48% 0.4% -
HSV(B) 305º 0.64% 0.58% -
XYZ 18.48 10.86 26.32 -
YUV 91.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 149 53 141 0 0.64 0.05 0.42 305 0.48 0.4
Hex 95 35 8D 0 40 5 2A 131 30 28
Octal 225 65 215 0 100 5 52 461 60 50
Binary 10010101 110101 10001101 0 1000000 101 101010 100110001 110000 101000

Color Harmonies of #95358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95358D

Black with #95358D

Text Example


Text Example

White with #95358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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