Html Css Color HEX #9389BC Cold Purple

📋 copy color: '#9389BC'

red 147 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #9389BC

Tints of Cold Purple #9389BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 31.14%
G = 29.03%
B = 39.83%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9389BC (or 0x9389BC) is known color: Cold Purple. HEX triplet: 93, 89 and BC. RGB value is (147,137,188). Sum of RGB (Red+Green+Blue) = 147+137+188=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9389BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389BC is #6C7643. Grayscale: #919191. Windows color (decimal): -7108164 or 12355987. OLE color: 12355987.

HSL color Cylindrical-coordinate representation of color #9389BC: hue angle of 251.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9389BC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 137 188 -
CMYK 0.22 0.27 0 0.26
HSL 251.76º 0.28% 0.64% -
HSV(B) 251.76º 0.27% 0.74% -
XYZ 30.06 27.73 51.34 -
YUV 145.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 147 137 188 0.22 0.27 0 0.26 251.76 0.28 0.64
Hex 93 89 BC 16 1B 0 1A FC 1C 40
Octal 223 211 274 26 33 0 32 374 34 100
Binary 10010011 10001001 10111100 10110 11011 0 11010 11111100 11100 1000000

Color Harmonies of #9389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389BC

Black with #9389BC

Text Example


Text Example

White with #9389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9389BC; }

 p { color: rgb(147,137,188); }

 H1.HeaderClassName
 {
   color: #9389BC;
 }
 .AnyTagClassName
 {
   color: #9389BC;
 }
</style>

background-color css

<style>
 a { background-color: #9389BC; }

 a { background-color: rgb(147,137,188); }

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

border-color css

<style>
 span { border-color: #9389BC; }

 span { border-color: rgb(147,137,188); }

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