Html Css Color HEX #9387BC Cold Purple

📋 copy color: '#9387BC'

red 147 ◦ green 135 ◦ blue 188

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

Shades of Cold Purple #9387BC

Tints of Cold Purple #9387BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 31.28%
G = 28.72%
B = 40%

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

#9387BC (or 0x9387BC) is known color: Cold Purple. HEX triplet: 93, 87 and BC. RGB value is (147,135,188). Sum of RGB (Red+Green+Blue) = 147+135+188=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9387BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387BC is #6C7843. Grayscale: #909090. Windows color (decimal): -7108676 or 12355475. OLE color: 12355475.

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

Color convert

RGB 147 135 188 -
CMYK 0.22 0.28 0 0.26
HSL 253.58º 0.28% 0.63% -
HSV(B) 253.58º 0.28% 0.74% -
XYZ 29.77 27.16 51.25 -
YUV 144.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 147 135 188 0.22 0.28 0 0.26 253.58 0.28 0.63
Hex 93 87 BC 16 1C 0 1A FE 1C 3F
Octal 223 207 274 26 34 0 32 376 34 77
Binary 10010011 10000111 10111100 10110 11100 0 11010 11111110 11100 111111

Color Harmonies of #9387BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387BC

Black with #9387BC

Text Example


Text Example

White with #9387BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9387BC; }

 p { color: rgb(147,135,188); }

 H1.HeaderClassName
 {
   color: #9387BC;
 }
 .AnyTagClassName
 {
   color: #9387BC;
 }
</style>

background-color css

<style>
 a { background-color: #9387BC; }

 a { background-color: rgb(147,135,188); }

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

border-color css

<style>
 span { border-color: #9387BC; }

 span { border-color: rgb(147,135,188); }

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