Html Css Color HEX #995891 Violet Blue

📋 copy color: '#995891'

red 153 ◦ green 88 ◦ blue 145

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

Shades of Violet Blue #995891

Tints of Violet Blue #995891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 39.64%
G = 22.8%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995891 (or 0x995891) is known color: Violet Blue. HEX triplet: 99, 58 and 91. RGB value is (153,88,145). Sum of RGB (Red+Green+Blue) = 153+88+145=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995891 is #66A76E. Grayscale: #717171. Windows color (decimal): -6727535 or 9525401. OLE color: 9525401.

HSL color Cylindrical-coordinate representation of color #995891: hue angle of 307.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995891 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 145 -
CMYK 0 0.42 0.05 0.4
HSL 307.38º 0.27% 0.47% -
HSV(B) 307.38º 0.42% 0.6% -
XYZ 21.74 15.8 28.69 -
YUV 113.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 153 88 145 0 0.42 0.05 0.4 307.38 0.27 0.47
Hex 99 58 91 0 2A 5 28 133 1B 2F
Octal 231 130 221 0 52 5 50 463 33 57
Binary 10011001 1011000 10010001 0 101010 101 101000 100110011 11011 101111

Color Harmonies of #995891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995891

Black with #995891

Text Example


Text Example

White with #995891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995891; }

 p { color: rgb(153,88,145); }

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

background-color css

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

 a { background-color: rgb(153,88,145); }

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

border-color css

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

 span { border-color: rgb(153,88,145); }

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