Html Css Color HEX #9186B4 Cold Purple

📋 copy color: '#9186B4'

red 145 ◦ green 134 ◦ blue 180

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

Shades of Cold Purple #9186B4

Tints of Cold Purple #9186B4

RGB

 RED value IS 145 (57.03% from 255) = 31.59%

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 31.59%
G = 29.19%
B = 39.22%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9186B4 (or 0x9186B4) is known color: Cold Purple. HEX triplet: 91, 86 and B4. RGB value is (145,134,180). Sum of RGB (Red+Green+Blue) = 145+134+180=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #9186B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9186B4 is #6E794B. Grayscale: #8E8E8E. Windows color (decimal): -7240012 or 11830929. OLE color: 11830929.

HSL color Cylindrical-coordinate representation of color #9186B4: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9186B4 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 134 180 -
CMYK 0.19 0.26 0 0.29
HSL 254.35º 0.23% 0.62% -
HSV(B) 254.35º 0.26% 0.71% -
XYZ 28.44 26.37 46.77 -
YUV 142.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 145 134 180 0.19 0.26 0 0.29 254.35 0.23 0.62
Hex 91 86 B4 13 1A 0 1D FE 17 3E
Octal 221 206 264 23 32 0 35 376 27 76
Binary 10010001 10000110 10110100 10011 11010 0 11101 11111110 10111 111110

Color Harmonies of #9186B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9186B4

Black with #9186B4

Text Example


Text Example

White with #9186B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9186B4; }

 p { color: rgb(145,134,180); }

 H1.HeaderClassName
 {
   color: #9186B4;
 }
 .AnyTagClassName
 {
   color: #9186B4;
 }
</style>

background-color css

<style>
 a { background-color: #9186B4; }

 a { background-color: rgb(145,134,180); }

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

border-color css

<style>
 span { border-color: #9186B4; }

 span { border-color: rgb(145,134,180); }

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