Html Css Color HEX #9389BE Cold Purple

📋 copy color: '#9389BE'

red 147 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #9389BE

Tints of Cold Purple #9389BE

RGB

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

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

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

R = 31.01%
G = 28.9%
B = 40.08%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9389BE (or 0x9389BE) is known color: Cold Purple. HEX triplet: 93, 89 and BE. RGB value is (147,137,190). Sum of RGB (Red+Green+Blue) = 147+137+190=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9389BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389BE is #6C7641. Grayscale: #919191. Windows color (decimal): -7108162 or 12487059. OLE color: 12487059.

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

Color convert

RGB 147 137 190 -
CMYK 0.23 0.28 0 0.25
HSL 251.32º 0.29% 0.64% -
HSV(B) 251.32º 0.28% 0.75% -
XYZ 30.27 27.81 52.49 -
YUV 146.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 147 137 190 0.23 0.28 0 0.25 251.32 0.29 0.64
Hex 93 89 BE 17 1C 0 19 FB 1D 40
Octal 223 211 276 27 34 0 31 373 35 100
Binary 10010011 10001001 10111110 10111 11100 0 11001 11111011 11101 1000000

Color Harmonies of #9389BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389BE

Black with #9389BE

Text Example


Text Example

White with #9389BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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