Html Css Color HEX #998EAC Cold Purple

📋 copy color: '#998EAC'

red 153 ◦ green 142 ◦ blue 172

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

Shades of Cold Purple #998EAC

Tints of Cold Purple #998EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 32.76%
G = 30.41%
B = 36.83%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998EAC (or 0x998EAC) is known color: Cold Purple. HEX triplet: 99, 8E and AC. RGB value is (153,142,172). Sum of RGB (Red+Green+Blue) = 153+142+172=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #998EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAC is #667153. Grayscale: #949494. Windows color (decimal): -6713684 or 11308697. OLE color: 11308697.

HSL color Cylindrical-coordinate representation of color #998EAC: hue angle of 262º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #998EAC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 142 172 -
CMYK 0.11 0.17 0 0.33
HSL 262º 0.15% 0.62% -
HSV(B) 262º 0.17% 0.67% -
XYZ 30.26 29.1 43.05 -
YUV 148.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 153 142 172 0.11 0.17 0 0.33 262 0.15 0.62
Hex 99 8E AC B 11 0 21 106 F 3E
Octal 231 216 254 13 21 0 41 406 17 76
Binary 10011001 10001110 10101100 1011 10001 0 100001 100000110 1111 111110

Color Harmonies of #998EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EAC

Black with #998EAC

Text Example


Text Example

White with #998EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998EAC; }

 p { color: rgb(153,142,172); }

 H1.HeaderClassName
 {
   color: #998EAC;
 }
 .AnyTagClassName
 {
   color: #998EAC;
 }
</style>

background-color css

<style>
 a { background-color: #998EAC; }

 a { background-color: rgb(153,142,172); }

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

border-color css

<style>
 span { border-color: #998EAC; }

 span { border-color: rgb(153,142,172); }

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