Html Css Color HEX #9387AD Cold Purple

📋 copy color: '#9387AD'

red 147 ◦ green 135 ◦ blue 173

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

Shades of Cold Purple #9387AD

Tints of Cold Purple #9387AD

RGB

 RED value IS 147 (57.81% from 255) = 32.31%

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

 BLUE value IS 173 (67.97% from 255) = 38.02%

R = 32.31%
G = 29.67%
B = 38.02%

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

#9387AD (or 0x9387AD) is known color: Cold Purple. HEX triplet: 93, 87 and AD. RGB value is (147,135,173). Sum of RGB (Red+Green+Blue) = 147+135+173=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9387AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9387AD is #6C7852. Grayscale: #8E8E8E. Windows color (decimal): -7108691 or 11372435. OLE color: 11372435.

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

Color convert

RGB 147 135 173 -
CMYK 0.15 0.22 0 0.32
HSL 258.95º 0.19% 0.6% -
HSV(B) 258.95º 0.22% 0.68% -
XYZ 28.24 26.55 43.17 -
YUV 142.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 147 135 173 0.15 0.22 0 0.32 258.95 0.19 0.6
Hex 93 87 AD F 16 0 20 103 13 3C
Octal 223 207 255 17 26 0 40 403 23 74
Binary 10010011 10000111 10101101 1111 10110 0 100000 100000011 10011 111100

Color Harmonies of #9387AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387AD

Black with #9387AD

Text Example


Text Example

White with #9387AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9387AD; }

 p { color: rgb(147,135,173); }

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

background-color css

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

 a { background-color: rgb(147,135,173); }

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

border-color css

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

 span { border-color: rgb(147,135,173); }

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