Html Css Color HEX #95628D Violet Blue

📋 copy color: '#95628D'

red 149 ◦ green 98 ◦ blue 141

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

Shades of Violet Blue #95628D

Tints of Violet Blue #95628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 38.4%
G = 25.26%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95628D (or 0x95628D) is known color: Violet Blue. HEX triplet: 95, 62 and 8D. RGB value is (149,98,141). Sum of RGB (Red+Green+Blue) = 149+98+141=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95628D is #6A9D72. Grayscale: #767676. Windows color (decimal): -6987123 or 9265813. OLE color: 9265813.

HSL color Cylindrical-coordinate representation of color #95628D: hue angle of 309.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95628D is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 141 -
CMYK 0 0.34 0.05 0.42
HSL 309.41º 0.21% 0.48% -
HSV(B) 309.41º 0.34% 0.58% -
XYZ 21.57 17.05 27.35 -
YUV 118.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 149 98 141 0 0.34 0.05 0.42 309.41 0.21 0.48
Hex 95 62 8D 0 22 5 2A 135 15 30
Octal 225 142 215 0 42 5 52 465 25 60
Binary 10010101 1100010 10001101 0 100010 101 101010 100110101 10101 110000

Color Harmonies of #95628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95628D

Black with #95628D

Text Example


Text Example

White with #95628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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