Html Css Color HEX #9385BB Cold Purple

📋 copy color: '#9385BB'

red 147 ◦ green 133 ◦ blue 187

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

Shades of Cold Purple #9385BB

Tints of Cold Purple #9385BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 31.48%
G = 28.48%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9385BB (or 0x9385BB) is known color: Cold Purple. HEX triplet: 93, 85 and BB. RGB value is (147,133,187). Sum of RGB (Red+Green+Blue) = 147+133+187=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9385BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385BB is #6C7A44. Grayscale: #8F8F8F. Windows color (decimal): -7109189 or 12289427. OLE color: 12289427.

HSL color Cylindrical-coordinate representation of color #9385BB: hue angle of 255.56º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9385BB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 133 187 -
CMYK 0.21 0.29 0 0.27
HSL 255.56º 0.28% 0.63% -
HSV(B) 255.56º 0.29% 0.73% -
XYZ 29.39 26.57 50.59 -
YUV 143.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 147 133 187 0.21 0.29 0 0.27 255.56 0.28 0.63
Hex 93 85 BB 15 1D 0 1B 100 1C 3F
Octal 223 205 273 25 35 0 33 400 34 77
Binary 10010011 10000101 10111011 10101 11101 0 11011 100000000 11100 111111

Color Harmonies of #9385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385BB

Black with #9385BB

Text Example


Text Example

White with #9385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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