Html Css Color HEX #995390 Violet Blue

📋 copy color: '#995390'

red 153 ◦ green 83 ◦ blue 144

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

Shades of Violet Blue #995390

Tints of Violet Blue #995390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 40.26%
G = 21.84%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995390 (or 0x995390) is known color: Violet Blue. HEX triplet: 99, 53 and 90. RGB value is (153,83,144). Sum of RGB (Red+Green+Blue) = 153+83+144=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995390 is #66AC6F. Grayscale: #6E6E6E. Windows color (decimal): -6728816 or 9458585. OLE color: 9458585.

HSL color Cylindrical-coordinate representation of color #995390: hue angle of 307.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995390 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 144 -
CMYK 0 0.46 0.06 0.4
HSL 307.71º 0.3% 0.46% -
HSV(B) 307.71º 0.46% 0.6% -
XYZ 21.26 14.97 28.15 -
YUV 110.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 153 83 144 0 0.46 0.06 0.4 307.71 0.3 0.46
Hex 99 53 90 0 2E 6 28 134 1E 2E
Octal 231 123 220 0 56 6 50 464 36 56
Binary 10011001 1010011 10010000 0 101110 110 101000 100110100 11110 101110

Color Harmonies of #995390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995390

Black with #995390

Text Example


Text Example

White with #995390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995390; }

 p { color: rgb(153,83,144); }

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

background-color css

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

 a { background-color: rgb(153,83,144); }

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

border-color css

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

 span { border-color: rgb(153,83,144); }

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