Html Css Color HEX #998CC6 Cold Purple

📋 copy color: '#998CC6'

red 153 ◦ green 140 ◦ blue 198

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

Shades of Cold Purple #998CC6

Tints of Cold Purple #998CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 31.16%
G = 28.51%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#998CC6 (or 0x998CC6) is known color: Cold Purple. HEX triplet: 99, 8C and C6. RGB value is (153,140,198). Sum of RGB (Red+Green+Blue) = 153+140+198=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #998CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CC6 is #667339. Grayscale: #969696. Windows color (decimal): -6714170 or 13012121. OLE color: 13012121.

HSL color Cylindrical-coordinate representation of color #998CC6: hue angle of 253.45º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998CC6 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 140 198 -
CMYK 0.23 0.29 0 0.22
HSL 253.45º 0.34% 0.66% -
HSV(B) 253.45º 0.29% 0.78% -
XYZ 32.71 29.61 57.42 -
YUV 150.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 153 140 198 0.23 0.29 0 0.22 253.45 0.34 0.66
Hex 99 8C C6 17 1D 0 16 FD 22 42
Octal 231 214 306 27 35 0 26 375 42 102
Binary 10011001 10001100 11000110 10111 11101 0 10110 11111101 100010 1000010

Color Harmonies of #998CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CC6

Black with #998CC6

Text Example


Text Example

White with #998CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,198); }

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

background-color css

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

 a { background-color: rgb(153,140,198); }

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

border-color css

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

 span { border-color: rgb(153,140,198); }

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