Html Css Color HEX #995A8F Violet Blue

📋 copy color: '#995A8F'

red 153 ◦ green 90 ◦ blue 143

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

Shades of Violet Blue #995A8F

Tints of Violet Blue #995A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 39.64%
G = 23.32%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#995A8F (or 0x995A8F) is known color: Violet Blue. HEX triplet: 99, 5A and 8F. RGB value is (153,90,143). Sum of RGB (Red+Green+Blue) = 153+90+143=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A8F is #66A570. Grayscale: #727272. Windows color (decimal): -6727025 or 9394841. OLE color: 9394841.

HSL color Cylindrical-coordinate representation of color #995A8F: hue angle of 309.52º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A8F is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 143 -
CMYK 0 0.41 0.07 0.4
HSL 309.52º 0.26% 0.48% -
HSV(B) 309.52º 0.41% 0.6% -
XYZ 21.75 16.07 27.94 -
YUV 114.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 153 90 143 0 0.41 0.07 0.4 309.52 0.26 0.48
Hex 99 5A 8F 0 29 7 28 136 1A 30
Octal 231 132 217 0 51 7 50 466 32 60
Binary 10011001 1011010 10001111 0 101001 111 101000 100110110 11010 110000

Color Harmonies of #995A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A8F

Black with #995A8F

Text Example


Text Example

White with #995A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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