Html Css Color HEX #9385B7 Cold Purple

📋 copy color: '#9385B7'

red 147 ◦ green 133 ◦ blue 183

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

Shades of Cold Purple #9385B7

Tints of Cold Purple #9385B7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 31.75%
G = 28.73%
B = 39.52%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9385B7 (or 0x9385B7) is known color: Cold Purple. HEX triplet: 93, 85 and B7. RGB value is (147,133,183). Sum of RGB (Red+Green+Blue) = 147+133+183=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #9385B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385B7 is #6C7A48. Grayscale: #8E8E8E. Windows color (decimal): -7109193 or 12027283. OLE color: 12027283.

HSL color Cylindrical-coordinate representation of color #9385B7: hue angle of 256.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9385B7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 133 183 -
CMYK 0.20 0.27 0 0.28
HSL 256.8º 0.26% 0.62% -
HSV(B) 256.8º 0.27% 0.72% -
XYZ 28.97 26.4 48.37 -
YUV 142.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 147 133 183 0.20 0.27 0 0.28 256.8 0.26 0.62
Hex 93 85 B7 14 1B 0 1C 101 1A 3E
Octal 223 205 267 24 33 0 34 401 32 76
Binary 10010011 10000101 10110111 10100 11011 0 11100 100000001 11010 111110

Color Harmonies of #9385B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385B7

Black with #9385B7

Text Example


Text Example

White with #9385B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9385B7; }

 p { color: rgb(147,133,183); }

 H1.HeaderClassName
 {
   color: #9385B7;
 }
 .AnyTagClassName
 {
   color: #9385B7;
 }
</style>

background-color css

<style>
 a { background-color: #9385B7; }

 a { background-color: rgb(147,133,183); }

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

border-color css

<style>
 span { border-color: #9385B7; }

 span { border-color: rgb(147,133,183); }

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