Html Css Color HEX #9386BC Cold Purple

📋 copy color: '#9386BC'

red 147 ◦ green 134 ◦ blue 188

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

Shades of Cold Purple #9386BC

Tints of Cold Purple #9386BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.57%

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

R = 31.34%
G = 28.57%
B = 40.09%

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

#9386BC (or 0x9386BC) is known color: Cold Purple. HEX triplet: 93, 86 and BC. RGB value is (147,134,188). Sum of RGB (Red+Green+Blue) = 147+134+188=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9386BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386BC is #6C7943. Grayscale: #8F8F8F. Windows color (decimal): -7108932 or 12355219. OLE color: 12355219.

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

Color convert

RGB 147 134 188 -
CMYK 0.22 0.29 0 0.26
HSL 254.44º 0.29% 0.63% -
HSV(B) 254.44º 0.29% 0.74% -
XYZ 29.63 26.88 51.2 -
YUV 144.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 147 134 188 0.22 0.29 0 0.26 254.44 0.29 0.63
Hex 93 86 BC 16 1D 0 1A FE 1D 3F
Octal 223 206 274 26 35 0 32 376 35 77
Binary 10010011 10000110 10111100 10110 11101 0 11010 11111110 11101 111111

Color Harmonies of #9386BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386BC

Black with #9386BC

Text Example


Text Example

White with #9386BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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