Html Css Color HEX #95538D Violet Blue

📋 copy color: '#95538D'

red 149 ◦ green 83 ◦ blue 141

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

Shades of Violet Blue #95538D

Tints of Violet Blue #95538D

RGB

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

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

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

R = 39.95%
G = 22.25%
B = 37.8%

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

#95538D (or 0x95538D) is known color: Violet Blue. HEX triplet: 95, 53 and 8D. RGB value is (149,83,141). Sum of RGB (Red+Green+Blue) = 149+83+141=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95538D is #6AAC72. Grayscale: #6D6D6D. Windows color (decimal): -6990963 or 9261973. OLE color: 9261973.

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

Color convert

RGB 149 83 141 -
CMYK 0 0.44 0.05 0.42
HSL 307.27º 0.28% 0.45% -
HSV(B) 307.27º 0.44% 0.58% -
XYZ 20.3 14.5 26.93 -
YUV 109.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 149 83 141 0 0.44 0.05 0.42 307.27 0.28 0.45
Hex 95 53 8D 0 2C 5 2A 133 1C 2D
Octal 225 123 215 0 54 5 52 463 34 55
Binary 10010101 1010011 10001101 0 101100 101 101010 100110011 11100 101101

Color Harmonies of #95538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95538D

Black with #95538D

Text Example


Text Example

White with #95538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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