Html Css Color HEX #9386BE Cold Purple

📋 copy color: '#9386BE'

red 147 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9386BE

Tints of Cold Purple #9386BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 31.21%
G = 28.45%
B = 40.34%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9386BE (or 0x9386BE) is known color: Cold Purple. HEX triplet: 93, 86 and BE. RGB value is (147,134,190). Sum of RGB (Red+Green+Blue) = 147+134+190=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9386BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386BE is #6C7941. Grayscale: #909090. Windows color (decimal): -7108930 or 12486291. OLE color: 12486291.

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

Color convert

RGB 147 134 190 -
CMYK 0.23 0.29 0 0.25
HSL 253.93º 0.3% 0.64% -
HSV(B) 253.93º 0.29% 0.75% -
XYZ 29.85 26.97 52.35 -
YUV 144.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 147 134 190 0.23 0.29 0 0.25 253.93 0.3 0.64
Hex 93 86 BE 17 1D 0 19 FE 1E 40
Octal 223 206 276 27 35 0 31 376 36 100
Binary 10010011 10000110 10111110 10111 11101 0 11001 11111110 11110 1000000

Color Harmonies of #9386BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386BE

Black with #9386BE

Text Example


Text Example

White with #9386BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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