Html Css Color HEX #9387BD Cold Purple

📋 copy color: '#9387BD'

red 147 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9387BD

Tints of Cold Purple #9387BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 31.21%
G = 28.66%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9387BD (or 0x9387BD) is known color: Cold Purple. HEX triplet: 93, 87 and BD. RGB value is (147,135,189). Sum of RGB (Red+Green+Blue) = 147+135+189=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9387BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387BD is #6C7842. Grayscale: #909090. Windows color (decimal): -7108675 or 12421011. OLE color: 12421011.

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

Color convert

RGB 147 135 189 -
CMYK 0.22 0.29 0 0.26
HSL 253.33º 0.29% 0.64% -
HSV(B) 253.33º 0.29% 0.74% -
XYZ 29.88 27.21 51.82 -
YUV 144.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 147 135 189 0.22 0.29 0 0.26 253.33 0.29 0.64
Hex 93 87 BD 16 1D 0 1A FD 1D 40
Octal 223 207 275 26 35 0 32 375 35 100
Binary 10010011 10000111 10111101 10110 11101 0 11010 11111101 11101 1000000

Color Harmonies of #9387BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387BD

Black with #9387BD

Text Example


Text Example

White with #9387BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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