Html Css Color HEX #9387BE Cold Purple

📋 copy color: '#9387BE'

red 147 ◦ green 135 ◦ blue 190

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

Shades of Cold Purple #9387BE

Tints of Cold Purple #9387BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 31.14%
G = 28.6%
B = 40.25%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9387BE (or 0x9387BE) is known color: Cold Purple. HEX triplet: 93, 87 and BE. RGB value is (147,135,190). Sum of RGB (Red+Green+Blue) = 147+135+190=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9387BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387BE is #6C7841. Grayscale: #909090. Windows color (decimal): -7108674 or 12486547. OLE color: 12486547.

HSL color Cylindrical-coordinate representation of color #9387BE: hue angle of 253.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9387BE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 135 190 -
CMYK 0.23 0.29 0 0.25
HSL 253.09º 0.3% 0.64% -
HSV(B) 253.09º 0.29% 0.75% -
XYZ 29.99 27.25 52.39 -
YUV 144.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 147 135 190 0.23 0.29 0 0.25 253.09 0.3 0.64
Hex 93 87 BE 17 1D 0 19 FD 1E 40
Octal 223 207 276 27 35 0 31 375 36 100
Binary 10010011 10000111 10111110 10111 11101 0 11001 11111101 11110 1000000

Color Harmonies of #9387BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387BE

Black with #9387BE

Text Example


Text Example

White with #9387BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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