Html Css Color HEX #998FC1 Cold Purple

📋 copy color: '#998FC1'

red 153 ◦ green 143 ◦ blue 193

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

Shades of Cold Purple #998FC1

Tints of Cold Purple #998FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 31.29%
G = 29.24%
B = 39.47%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#998FC1 (or 0x998FC1) is known color: Cold Purple. HEX triplet: 99, 8F and C1. RGB value is (153,143,193). Sum of RGB (Red+Green+Blue) = 153+143+193=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #998FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC1 is #66703E. Grayscale: #979797. Windows color (decimal): -6713407 or 12685209. OLE color: 12685209.

HSL color Cylindrical-coordinate representation of color #998FC1: hue angle of 252º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998FC1 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 143 193 -
CMYK 0.21 0.26 0 0.24
HSL 252º 0.29% 0.66% -
HSV(B) 252º 0.26% 0.76% -
XYZ 32.58 30.27 54.58 -
YUV 151.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 153 143 193 0.21 0.26 0 0.24 252 0.29 0.66
Hex 99 8F C1 15 1A 0 18 FC 1D 42
Octal 231 217 301 25 32 0 30 374 35 102
Binary 10011001 10001111 11000001 10101 11010 0 11000 11111100 11101 1000010

Color Harmonies of #998FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FC1

Black with #998FC1

Text Example


Text Example

White with #998FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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