Html Css Color HEX #9185AF Cold Purple

📋 copy color: '#9185AF'

red 145 ◦ green 133 ◦ blue 175

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

Shades of Cold Purple #9185AF

Tints of Cold Purple #9185AF

RGB

 RED value IS 145 (57.03% from 255) = 32.01%

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 32.01%
G = 29.36%
B = 38.63%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9185AF (or 0x9185AF) is known color: Cold Purple. HEX triplet: 91, 85 and AF. RGB value is (145,133,175). Sum of RGB (Red+Green+Blue) = 145+133+175=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #9185AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9185AF is #6E7A50. Grayscale: #8D8D8D. Windows color (decimal): -7240273 or 11502993. OLE color: 11502993.

HSL color Cylindrical-coordinate representation of color #9185AF: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9185AF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 133 175 -
CMYK 0.17 0.24 0 0.31
HSL 257.14º 0.21% 0.6% -
HSV(B) 257.14º 0.24% 0.69% -
XYZ 27.8 25.89 44.09 -
YUV 141.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 145 133 175 0.17 0.24 0 0.31 257.14 0.21 0.6
Hex 91 85 AF 11 18 0 1F 101 15 3C
Octal 221 205 257 21 30 0 37 401 25 74
Binary 10010001 10000101 10101111 10001 11000 0 11111 100000001 10101 111100

Color Harmonies of #9185AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185AF

Black with #9185AF

Text Example


Text Example

White with #9185AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9185AF; }

 p { color: rgb(145,133,175); }

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

background-color css

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

 a { background-color: rgb(145,133,175); }

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

border-color css

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

 span { border-color: rgb(145,133,175); }

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