Html Css Color HEX #998FC5 Cold Purple

📋 copy color: '#998FC5'

red 153 ◦ green 143 ◦ blue 197

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

Shades of Cold Purple #998FC5

Tints of Cold Purple #998FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.96%

R = 31.03%
G = 29.01%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#998FC5 (or 0x998FC5) is known color: Cold Purple. HEX triplet: 99, 8F and C5. RGB value is (153,143,197). Sum of RGB (Red+Green+Blue) = 153+143+197=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #998FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC5 is #66703A. Grayscale: #979797. Windows color (decimal): -6713403 or 12947353. OLE color: 12947353.

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

Color convert

RGB 153 143 197 -
CMYK 0.22 0.27 0 0.23
HSL 251.11º 0.32% 0.67% -
HSV(B) 251.11º 0.27% 0.77% -
XYZ 33.04 30.45 56.96 -
YUV 152.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 153 143 197 0.22 0.27 0 0.23 251.11 0.32 0.67
Hex 99 8F C5 16 1B 0 17 FB 20 43
Octal 231 217 305 26 33 0 27 373 40 103
Binary 10011001 10001111 11000101 10110 11011 0 10111 11111011 100000 1000011

Color Harmonies of #998FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FC5

Black with #998FC5

Text Example


Text Example

White with #998FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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