Html Css Color HEX #9986C4 Cold Purple

📋 copy color: '#9986C4'

red 153 ◦ green 134 ◦ blue 196

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

Shades of Cold Purple #9986C4

Tints of Cold Purple #9986C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 31.68%
G = 27.74%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9986C4 (or 0x9986C4) is known color: Cold Purple. HEX triplet: 99, 86 and C4. RGB value is (153,134,196). Sum of RGB (Red+Green+Blue) = 153+134+196=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #9986C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986C4 is #66793B. Grayscale: #929292. Windows color (decimal): -6715708 or 12879513. OLE color: 12879513.

HSL color Cylindrical-coordinate representation of color #9986C4: hue angle of 258.39º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9986C4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 134 196 -
CMYK 0.22 0.32 0 0.23
HSL 258.39º 0.34% 0.65% -
HSV(B) 258.39º 0.32% 0.77% -
XYZ 31.63 27.81 55.93 -
YUV 146.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 153 134 196 0.22 0.32 0 0.23 258.39 0.34 0.65
Hex 99 86 C4 16 20 0 17 102 22 41
Octal 231 206 304 26 40 0 27 402 42 101
Binary 10011001 10000110 11000100 10110 100000 0 10111 100000010 100010 1000001

Color Harmonies of #9986C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986C4

Black with #9986C4

Text Example


Text Example

White with #9986C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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