Html Css Color HEX #995AA7 Violet Blue

📋 copy color: '#995AA7'

red 153 ◦ green 90 ◦ blue 167

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

Shades of Violet Blue #995AA7

Tints of Violet Blue #995AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 37.32%
G = 21.95%
B = 40.73%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#995AA7 (or 0x995AA7) is known color: Violet Blue. HEX triplet: 99, 5A and A7. RGB value is (153,90,167). Sum of RGB (Red+Green+Blue) = 153+90+167=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #995AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AA7 is #66A558. Grayscale: #757575. Windows color (decimal): -6727001 or 10967705. OLE color: 10967705.

HSL color Cylindrical-coordinate representation of color #995AA7: hue angle of 289.09º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995AA7 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 90 167 -
CMYK 0.08 0.46 0 0.35
HSL 289.09º 0.3% 0.5% -
HSV(B) 289.09º 0.46% 0.65% -
XYZ 23.77 16.87 38.56 -
YUV 117.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 153 90 167 0.08 0.46 0 0.35 289.09 0.3 0.5
Hex 99 5A A7 8 2E 0 23 121 1E 32
Octal 231 132 247 10 56 0 43 441 36 62
Binary 10011001 1011010 10100111 1000 101110 0 100011 100100001 11110 110010

Color Harmonies of #995AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AA7

Black with #995AA7

Text Example


Text Example

White with #995AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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