Html Css Color HEX #95368D Vivid Violet

📋 copy color: '#95368D'

red 149 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #95368D

Tints of Vivid Violet #95368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 43.31%
G = 15.7%
B = 40.99%

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

#95368D (or 0x95368D) is known color: Vivid Violet. HEX triplet: 95, 36 and 8D. RGB value is (149,54,141). Sum of RGB (Red+Green+Blue) = 149+54+141=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95368D is #6AC972. Grayscale: #5C5C5C. Windows color (decimal): -6998387 or 9254549. OLE color: 9254549.

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

Color convert

RGB 149 54 141 -
CMYK 0 0.64 0.05 0.42
HSL 305.05º 0.47% 0.4% -
HSV(B) 305.05º 0.64% 0.58% -
XYZ 18.52 10.95 26.34 -
YUV 92.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 149 54 141 0 0.64 0.05 0.42 305.05 0.47 0.4
Hex 95 36 8D 0 40 5 2A 131 2F 28
Octal 225 66 215 0 100 5 52 461 57 50
Binary 10010101 110110 10001101 0 1000000 101 101010 100110001 101111 101000

Color Harmonies of #95368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95368D

Black with #95368D

Text Example


Text Example

White with #95368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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