Html Css Color HEX #9387C0 Cold Purple

📋 copy color: '#9387C0'

red 147 ◦ green 135 ◦ blue 192

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

Shades of Cold Purple #9387C0

Tints of Cold Purple #9387C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 31.01%
G = 28.48%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9387C0 (or 0x9387C0) is known color: Cold Purple. HEX triplet: 93, 87 and C0. RGB value is (147,135,192). Sum of RGB (Red+Green+Blue) = 147+135+192=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #9387C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387C0 is #6C783F. Grayscale: #909090. Windows color (decimal): -7108672 or 12617619. OLE color: 12617619.

HSL color Cylindrical-coordinate representation of color #9387C0: hue angle of 252.63º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9387C0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 135 192 -
CMYK 0.23 0.30 0 0.25
HSL 252.63º 0.31% 0.64% -
HSV(B) 252.63º 0.3% 0.75% -
XYZ 30.21 27.34 53.55 -
YUV 145.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 147 135 192 0.23 0.30 0 0.25 252.63 0.31 0.64
Hex 93 87 C0 17 1E 0 19 FD 1F 40
Octal 223 207 300 27 36 0 31 375 37 100
Binary 10010011 10000111 11000000 10111 11110 0 11001 11111101 11111 1000000

Color Harmonies of #9387C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387C0

Black with #9387C0

Text Example


Text Example

White with #9387C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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