Html Css Color HEX #95528B Violet Blue

📋 copy color: '#95528B'

red 149 ◦ green 82 ◦ blue 139

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

Shades of Violet Blue #95528B

Tints of Violet Blue #95528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 40.27%
G = 22.16%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95528B (or 0x95528B) is known color: Violet Blue. HEX triplet: 95, 52 and 8B. RGB value is (149,82,139). Sum of RGB (Red+Green+Blue) = 149+82+139=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95528B is #6AAD74. Grayscale: #6C6C6C. Windows color (decimal): -6991221 or 9130645. OLE color: 9130645.

HSL color Cylindrical-coordinate representation of color #95528B: hue angle of 308.96º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95528B is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 139 -
CMYK 0 0.45 0.07 0.42
HSL 308.96º 0.29% 0.45% -
HSV(B) 308.96º 0.45% 0.58% -
XYZ 20.07 14.29 26.13 -
YUV 108.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 149 82 139 0 0.45 0.07 0.42 308.96 0.29 0.45
Hex 95 52 8B 0 2D 7 2A 135 1D 2D
Octal 225 122 213 0 55 7 52 465 35 55
Binary 10010101 1010010 10001011 0 101101 111 101010 100110101 11101 101101

Color Harmonies of #95528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95528B

Black with #95528B

Text Example


Text Example

White with #95528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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