Html Css Color HEX #9487AE Cold Purple

📋 copy color: '#9487AE'

red 148 ◦ green 135 ◦ blue 174

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

Shades of Cold Purple #9487AE

Tints of Cold Purple #9487AE

RGB

 RED value IS 148 (58.2% from 255) = 32.39%

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 32.39%
G = 29.54%
B = 38.07%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9487AE (or 0x9487AE) is known color: Cold Purple. HEX triplet: 94, 87 and AE. RGB value is (148,135,174). Sum of RGB (Red+Green+Blue) = 148+135+174=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #9487AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AE is #6B7851. Grayscale: #8F8F8F. Windows color (decimal): -7043154 or 11437972. OLE color: 11437972.

HSL color Cylindrical-coordinate representation of color #9487AE: hue angle of 260º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9487AE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 135 174 -
CMYK 0.15 0.22 0 0.32
HSL 260º 0.19% 0.61% -
HSV(B) 260º 0.22% 0.68% -
XYZ 28.52 26.68 43.69 -
YUV 143.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 148 135 174 0.15 0.22 0 0.32 260 0.19 0.61
Hex 94 87 AE F 16 0 20 104 13 3D
Octal 224 207 256 17 26 0 40 404 23 75
Binary 10010100 10000111 10101110 1111 10110 0 100000 100000100 10011 111101

Color Harmonies of #9487AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487AE

Black with #9487AE

Text Example


Text Example

White with #9487AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9487AE; }

 p { color: rgb(148,135,174); }

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

background-color css

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

 a { background-color: rgb(148,135,174); }

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

border-color css

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

 span { border-color: rgb(148,135,174); }

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