Html Css Color HEX #995A8C Violet Blue

📋 copy color: '#995A8C'

red 153 ◦ green 90 ◦ blue 140

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

Shades of Violet Blue #995A8C

Tints of Violet Blue #995A8C

RGB

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

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

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

R = 39.95%
G = 23.5%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#995A8C (or 0x995A8C) is known color: Violet Blue. HEX triplet: 99, 5A and 8C. RGB value is (153,90,140). Sum of RGB (Red+Green+Blue) = 153+90+140=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A8C is #66A573. Grayscale: #727272. Windows color (decimal): -6727028 or 9198233. OLE color: 9198233.

HSL color Cylindrical-coordinate representation of color #995A8C: hue angle of 312.38º 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 #995A8C is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 140 -
CMYK 0 0.41 0.08 0.4
HSL 312.38º 0.26% 0.48% -
HSV(B) 312.38º 0.41% 0.6% -
XYZ 21.53 15.98 26.76 -
YUV 114.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 153 90 140 0 0.41 0.08 0.4 312.38 0.26 0.48
Hex 99 5A 8C 0 29 8 28 138 1A 30
Octal 231 132 214 0 51 10 50 470 32 60
Binary 10011001 1011010 10001100 0 101001 1000 101000 100111000 11010 110000

Color Harmonies of #995A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A8C

Black with #995A8C

Text Example


Text Example

White with #995A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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