Html Css Color HEX #95538B Violet Blue

📋 copy color: '#95538B'

red 149 ◦ green 83 ◦ blue 139

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

Shades of Violet Blue #95538B

Tints of Violet Blue #95538B

RGB

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

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

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

R = 40.16%
G = 22.37%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95538B (or 0x95538B) is known color: Violet Blue. HEX triplet: 95, 53 and 8B. RGB value is (149,83,139). Sum of RGB (Red+Green+Blue) = 149+83+139=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95538B is #6AAC74. Grayscale: #6C6C6C. Windows color (decimal): -6990965 or 9130901. OLE color: 9130901.

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

Color convert

RGB 149 83 139 -
CMYK 0 0.44 0.07 0.42
HSL 309.09º 0.28% 0.45% -
HSV(B) 309.09º 0.44% 0.58% -
XYZ 20.15 14.44 26.15 -
YUV 109.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 149 83 139 0 0.44 0.07 0.42 309.09 0.28 0.45
Hex 95 53 8B 0 2C 7 2A 135 1C 2D
Octal 225 123 213 0 54 7 52 465 34 55
Binary 10010101 1010011 10001011 0 101100 111 101010 100110101 11100 101101

Color Harmonies of #95538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95538B

Black with #95538B

Text Example


Text Example

White with #95538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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