Html Css Color HEX #95628C Violet Blue

📋 copy color: '#95628C'

red 149 ◦ green 98 ◦ blue 140

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

Shades of Violet Blue #95628C

Tints of Violet Blue #95628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 38.5%
G = 25.32%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95628C (or 0x95628C) is known color: Violet Blue. HEX triplet: 95, 62 and 8C. RGB value is (149,98,140). Sum of RGB (Red+Green+Blue) = 149+98+140=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95628C is #6A9D73. Grayscale: #757575. Windows color (decimal): -6987124 or 9200277. OLE color: 9200277.

HSL color Cylindrical-coordinate representation of color #95628C: hue angle of 310.59º 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 #95628C is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 140 -
CMYK 0 0.34 0.06 0.42
HSL 310.59º 0.21% 0.48% -
HSV(B) 310.59º 0.34% 0.58% -
XYZ 21.5 17.02 26.96 -
YUV 118.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 149 98 140 0 0.34 0.06 0.42 310.59 0.21 0.48
Hex 95 62 8C 0 22 6 2A 137 15 30
Octal 225 142 214 0 42 6 52 467 25 60
Binary 10010101 1100010 10001100 0 100010 110 101010 100110111 10101 110000

Color Harmonies of #95628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95628C

Black with #95628C

Text Example


Text Example

White with #95628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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