Html Css Color HEX #9386BD Cold Purple

📋 copy color: '#9386BD'

red 147 ◦ green 134 ◦ blue 189

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

Shades of Cold Purple #9386BD

Tints of Cold Purple #9386BD

RGB

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

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

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

R = 31.28%
G = 28.51%
B = 40.21%

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

#9386BD (or 0x9386BD) is known color: Cold Purple. HEX triplet: 93, 86 and BD. RGB value is (147,134,189). Sum of RGB (Red+Green+Blue) = 147+134+189=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9386BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386BD is #6C7942. Grayscale: #8F8F8F. Windows color (decimal): -7108931 or 12420755. OLE color: 12420755.

HSL color Cylindrical-coordinate representation of color #9386BD: hue angle of 254.18º 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 #9386BD is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 134 189 -
CMYK 0.22 0.29 0 0.26
HSL 254.18º 0.29% 0.63% -
HSV(B) 254.18º 0.29% 0.74% -
XYZ 29.74 26.93 51.77 -
YUV 144.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 147 134 189 0.22 0.29 0 0.26 254.18 0.29 0.63
Hex 93 86 BD 16 1D 0 1A FE 1D 3F
Octal 223 206 275 26 35 0 32 376 35 77
Binary 10010011 10000110 10111101 10110 11101 0 11010 11111110 11101 111111

Color Harmonies of #9386BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386BD

Black with #9386BD

Text Example


Text Example

White with #9386BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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