Html Css Color HEX #95388A Vivid Violet

📋 copy color: '#95388A'

red 149 ◦ green 56 ◦ blue 138

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

Shades of Vivid Violet #95388A

Tints of Vivid Violet #95388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 43.44%
G = 16.33%
B = 40.23%

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

#95388A (or 0x95388A) is known color: Vivid Violet. HEX triplet: 95, 38 and 8A. RGB value is (149,56,138). Sum of RGB (Red+Green+Blue) = 149+56+138=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95388A is #6AC775. Grayscale: #5C5C5C. Windows color (decimal): -6997878 or 9058453. OLE color: 9058453.

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

Color convert

RGB 149 56 138 -
CMYK 0 0.62 0.07 0.42
HSL 307.1º 0.45% 0.4% -
HSV(B) 307.1º 0.62% 0.58% -
XYZ 18.4 11.05 25.21 -
YUV 93.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 149 56 138 0 0.62 0.07 0.42 307.1 0.45 0.4
Hex 95 38 8A 0 3E 7 2A 133 2D 28
Octal 225 70 212 0 76 7 52 463 55 50
Binary 10010101 111000 10001010 0 111110 111 101010 100110011 101101 101000

Color Harmonies of #95388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95388A

Black with #95388A

Text Example


Text Example

White with #95388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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