Html Css Color HEX #998ACE Cold Purple

📋 copy color: '#998ACE'

red 153 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #998ACE

Tints of Cold Purple #998ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 30.78%
G = 27.77%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#998ACE (or 0x998ACE) is known color: Cold Purple. HEX triplet: 99, 8A and CE. RGB value is (153,138,206). Sum of RGB (Red+Green+Blue) = 153+138+206=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #998ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACE is #667531. Grayscale: #959595. Windows color (decimal): -6714674 or 13535897. OLE color: 13535897.

HSL color Cylindrical-coordinate representation of color #998ACE: hue angle of 253.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998ACE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 138 206 -
CMYK 0.26 0.33 0 0.19
HSL 253.24º 0.41% 0.67% -
HSV(B) 253.24º 0.33% 0.81% -
XYZ 33.37 29.41 62.31 -
YUV 150.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 153 138 206 0.26 0.33 0 0.19 253.24 0.41 0.67
Hex 99 8A CE 1A 21 0 13 FD 29 43
Octal 231 212 316 32 41 0 23 375 51 103
Binary 10011001 10001010 11001110 11010 100001 0 10011 11111101 101001 1000011

Color Harmonies of #998ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ACE

Black with #998ACE

Text Example


Text Example

White with #998ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,138,206); }

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

background-color css

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

 a { background-color: rgb(153,138,206); }

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

border-color css

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

 span { border-color: rgb(153,138,206); }

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