Html Css Color HEX #9389B6 Cold Purple

📋 copy color: '#9389B6'

red 147 ◦ green 137 ◦ blue 182

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

Shades of Cold Purple #9389B6

Tints of Cold Purple #9389B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 31.55%
G = 29.4%
B = 39.06%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9389B6 (or 0x9389B6) is known color: Cold Purple. HEX triplet: 93, 89 and B6. RGB value is (147,137,182). Sum of RGB (Red+Green+Blue) = 147+137+182=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #9389B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389B6 is #6C7649. Grayscale: #909090. Windows color (decimal): -7108170 or 11962771. OLE color: 11962771.

HSL color Cylindrical-coordinate representation of color #9389B6: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9389B6 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 137 182 -
CMYK 0.19 0.25 0 0.29
HSL 253.33º 0.24% 0.63% -
HSV(B) 253.33º 0.25% 0.71% -
XYZ 29.42 27.47 48.01 -
YUV 145.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 147 137 182 0.19 0.25 0 0.29 253.33 0.24 0.63
Hex 93 89 B6 13 19 0 1D FD 18 3F
Octal 223 211 266 23 31 0 35 375 30 77
Binary 10010011 10001001 10110110 10011 11001 0 11101 11111101 11000 111111

Color Harmonies of #9389B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389B6

Black with #9389B6

Text Example


Text Example

White with #9389B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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