Html Css Color HEX #998AC0 Cold Purple

📋 copy color: '#998AC0'

red 153 ◦ green 138 ◦ blue 192

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

Shades of Cold Purple #998AC0

Tints of Cold Purple #998AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 31.68%
G = 28.57%
B = 39.75%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#998AC0 (or 0x998AC0) is known color: Cold Purple. HEX triplet: 99, 8A and C0. RGB value is (153,138,192). Sum of RGB (Red+Green+Blue) = 153+138+192=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #998AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998AC0 is #66753F. Grayscale: #949494. Windows color (decimal): -6714688 or 12618393. OLE color: 12618393.

HSL color Cylindrical-coordinate representation of color #998AC0: hue angle of 256.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #998AC0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 138 192 -
CMYK 0.20 0.28 0 0.25
HSL 256.67º 0.3% 0.65% -
HSV(B) 256.67º 0.28% 0.75% -
XYZ 31.74 28.76 53.75 -
YUV 148.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 153 138 192 0.20 0.28 0 0.25 256.67 0.3 0.65
Hex 99 8A C0 14 1C 0 19 101 1E 41
Octal 231 212 300 24 34 0 31 401 36 101
Binary 10011001 10001010 11000000 10100 11100 0 11001 100000001 11110 1000001

Color Harmonies of #998AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998AC0

Black with #998AC0

Text Example


Text Example

White with #998AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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