Html Css Color HEX #995A9D Violet Blue

📋 copy color: '#995A9D'

red 153 ◦ green 90 ◦ blue 157

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

Shades of Violet Blue #995A9D

Tints of Violet Blue #995A9D

RGB

 RED value IS 153 (60.16% from 255) = 38.25%

 GREEN value IS 90 (35.55% from 255) = 22.5%

 BLUE value IS 157 (61.72% from 255) = 39.25%

R = 38.25%
G = 22.5%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#995A9D (or 0x995A9D) is known color: Violet Blue. HEX triplet: 99, 5A and 9D. RGB value is (153,90,157). Sum of RGB (Red+Green+Blue) = 153+90+157=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #995A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A9D is #66A562. Grayscale: #747474. Windows color (decimal): -6727011 or 10312345. OLE color: 10312345.

HSL color Cylindrical-coordinate representation of color #995A9D: hue angle of 296.42º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995A9D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 90 157 -
CMYK 0.03 0.43 0 0.38
HSL 296.42º 0.27% 0.48% -
HSV(B) 296.42º 0.43% 0.62% -
XYZ 22.88 16.52 33.88 -
YUV 116.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 153 90 157 0.03 0.43 0 0.38 296.42 0.27 0.48
Hex 99 5A 9D 3 2B 0 26 128 1B 30
Octal 231 132 235 3 53 0 46 450 33 60
Binary 10011001 1011010 10011101 11 101011 0 100110 100101000 11011 110000

Color Harmonies of #995A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A9D

Black with #995A9D

Text Example


Text Example

White with #995A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A9D; }

 p { color: rgb(153,90,157); }

 H1.HeaderClassName
 {
   color: #995A9D;
 }
 .AnyTagClassName
 {
   color: #995A9D;
 }
</style>

background-color css

<style>
 a { background-color: #995A9D; }

 a { background-color: rgb(153,90,157); }

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

border-color css

<style>
 span { border-color: #995A9D; }

 span { border-color: rgb(153,90,157); }

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