Html Css Color HEX #9986BE Cold Purple

📋 copy color: '#9986BE'

red 153 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9986BE

Tints of Cold Purple #9986BE

RGB

 RED value IS 153 (60.16% from 255) = 32.08%

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

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

R = 32.08%
G = 28.09%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9986BE (or 0x9986BE) is known color: Cold Purple. HEX triplet: 99, 86 and BE. RGB value is (153,134,190). Sum of RGB (Red+Green+Blue) = 153+134+190=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9986BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986BE is #667941. Grayscale: #919191. Windows color (decimal): -6715714 or 12486297. OLE color: 12486297.

HSL color Cylindrical-coordinate representation of color #9986BE: hue angle of 260.36º 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 #9986BE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 134 190 -
CMYK 0.19 0.29 0 0.25
HSL 260.36º 0.3% 0.64% -
HSV(B) 260.36º 0.29% 0.75% -
XYZ 30.96 27.54 52.4 -
YUV 146.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 153 134 190 0.19 0.29 0 0.25 260.36 0.3 0.64
Hex 99 86 BE 13 1D 0 19 104 1E 40
Octal 231 206 276 23 35 0 31 404 36 100
Binary 10011001 10000110 10111110 10011 11101 0 11001 100000100 11110 1000000

Color Harmonies of #9986BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986BE

Black with #9986BE

Text Example


Text Example

White with #9986BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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