Html Css Color HEX #95388B Vivid Violet

📋 copy color: '#95388B'

red 149 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #95388B

Tints of Vivid Violet #95388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 43.31%
G = 16.28%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95388B (or 0x95388B) is known color: Vivid Violet. HEX triplet: 95, 38 and 8B. RGB value is (149,56,139). Sum of RGB (Red+Green+Blue) = 149+56+139=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95388B is #6AC774. Grayscale: #5D5D5D. Windows color (decimal): -6997877 or 9123989. OLE color: 9123989.

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

Color convert

RGB 149 56 139 -
CMYK 0 0.62 0.07 0.42
HSL 306.45º 0.45% 0.4% -
HSV(B) 306.45º 0.62% 0.58% -
XYZ 18.47 11.08 25.59 -
YUV 93.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 149 56 139 0 0.62 0.07 0.42 306.45 0.45 0.4
Hex 95 38 8B 0 3E 7 2A 132 2D 28
Octal 225 70 213 0 76 7 52 462 55 50
Binary 10010101 111000 10001011 0 111110 111 101010 100110010 101101 101000

Color Harmonies of #95388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95388B

Black with #95388B

Text Example


Text Example

White with #95388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95388B; }

 p { color: rgb(149,56,139); }

 H1.HeaderClassName
 {
   color: #95388B;
 }
 .AnyTagClassName
 {
   color: #95388B;
 }
</style>

background-color css

<style>
 a { background-color: #95388B; }

 a { background-color: rgb(149,56,139); }

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

border-color css

<style>
 span { border-color: #95388B; }

 span { border-color: rgb(149,56,139); }

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