Html Css Color HEX #95538E Violet Blue

📋 copy color: '#95538E'

red 149 ◦ green 83 ◦ blue 142

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

Shades of Violet Blue #95538E

Tints of Violet Blue #95538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 39.84%
G = 22.19%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95538E (or 0x95538E) is known color: Violet Blue. HEX triplet: 95, 53 and 8E. RGB value is (149,83,142). Sum of RGB (Red+Green+Blue) = 149+83+142=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95538E is #6AAC71. Grayscale: #6D6D6D. Windows color (decimal): -6990962 or 9327509. OLE color: 9327509.

HSL color Cylindrical-coordinate representation of color #95538E: hue angle of 306.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95538E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 142 -
CMYK 0 0.44 0.05 0.42
HSL 306.36º 0.28% 0.45% -
HSV(B) 306.36º 0.44% 0.58% -
XYZ 20.37 14.53 27.32 -
YUV 109.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 149 83 142 0 0.44 0.05 0.42 306.36 0.28 0.45
Hex 95 53 8E 0 2C 5 2A 132 1C 2D
Octal 225 123 216 0 54 5 52 462 34 55
Binary 10010101 1010011 10001110 0 101100 101 101010 100110010 11100 101101

Color Harmonies of #95538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95538E

Black with #95538E

Text Example


Text Example

White with #95538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95538E; }

 p { color: rgb(149,83,142); }

 H1.HeaderClassName
 {
   color: #95538E;
 }
 .AnyTagClassName
 {
   color: #95538E;
 }
</style>

background-color css

<style>
 a { background-color: #95538E; }

 a { background-color: rgb(149,83,142); }

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

border-color css

<style>
 span { border-color: #95538E; }

 span { border-color: rgb(149,83,142); }

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