Html Css Color HEX #9389BD Cold Purple

📋 copy color: '#9389BD'

red 147 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #9389BD

Tints of Cold Purple #9389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 31.08%
G = 28.96%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9389BD (or 0x9389BD) is known color: Cold Purple. HEX triplet: 93, 89 and BD. RGB value is (147,137,189). Sum of RGB (Red+Green+Blue) = 147+137+189=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9389BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389BD is #6C7642. Grayscale: #919191. Windows color (decimal): -7108163 or 12421523. OLE color: 12421523.

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

Color convert

RGB 147 137 189 -
CMYK 0.22 0.28 0 0.26
HSL 251.54º 0.28% 0.64% -
HSV(B) 251.54º 0.28% 0.74% -
XYZ 30.16 27.77 51.91 -
YUV 145.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 147 137 189 0.22 0.28 0 0.26 251.54 0.28 0.64
Hex 93 89 BD 16 1C 0 1A FC 1C 40
Octal 223 211 275 26 34 0 32 374 34 100
Binary 10010011 10001001 10111101 10110 11100 0 11010 11111100 11100 1000000

Color Harmonies of #9389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389BD

Black with #9389BD

Text Example


Text Example

White with #9389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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