Html Css Color HEX #998FC6 Cold Purple

📋 copy color: '#998FC6'

red 153 ◦ green 143 ◦ blue 198

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

Shades of Cold Purple #998FC6

Tints of Cold Purple #998FC6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 30.97%
G = 28.95%
B = 40.08%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#998FC6 (or 0x998FC6) is known color: Cold Purple. HEX triplet: 99, 8F and C6. RGB value is (153,143,198). Sum of RGB (Red+Green+Blue) = 153+143+198=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #998FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC6 is #667039. Grayscale: #989898. Windows color (decimal): -6713402 or 13012889. OLE color: 13012889.

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

Color convert

RGB 153 143 198 -
CMYK 0.23 0.28 0 0.22
HSL 250.91º 0.33% 0.67% -
HSV(B) 250.91º 0.28% 0.78% -
XYZ 33.15 30.49 57.56 -
YUV 152.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 153 143 198 0.23 0.28 0 0.22 250.91 0.33 0.67
Hex 99 8F C6 17 1C 0 16 FB 21 43
Octal 231 217 306 27 34 0 26 373 41 103
Binary 10011001 10001111 11000110 10111 11100 0 10110 11111011 100001 1000011

Color Harmonies of #998FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FC6

Black with #998FC6

Text Example


Text Example

White with #998FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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