Html Css Color HEX #9886BE Cold Purple

📋 copy color: '#9886BE'

red 152 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9886BE

Tints of Cold Purple #9886BE

RGB

 RED value IS 152 (59.77% from 255) = 31.93%

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

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

R = 31.93%
G = 28.15%
B = 39.92%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9886BE (or 0x9886BE) is known color: Cold Purple. HEX triplet: 98, 86 and BE. RGB value is (152,134,190). Sum of RGB (Red+Green+Blue) = 152+134+190=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #9886BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886BE is #677941. Grayscale: #919191. Windows color (decimal): -6781250 or 12486296. OLE color: 12486296.

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

Color convert

RGB 152 134 190 -
CMYK 0.2 0.29 0 0.25
HSL 259.29º 0.3% 0.64% -
HSV(B) 259.29º 0.29% 0.75% -
XYZ 30.77 27.44 52.39 -
YUV 145.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 152 134 190 0.2 0.29 0 0.25 259.29 0.3 0.64
Hex 98 86 BE 14 1D 0 19 103 1E 40
Octal 230 206 276 24 35 0 31 403 36 100
Binary 10011000 10000110 10111110 10100 11101 0 11001 100000011 11110 1000000

Color Harmonies of #9886BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886BE

Black with #9886BE

Text Example


Text Example

White with #9886BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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