Html Css Color HEX #998FC2 Cold Purple

📋 copy color: '#998FC2'

red 153 ◦ green 143 ◦ blue 194

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

Shades of Cold Purple #998FC2

Tints of Cold Purple #998FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 31.22%
G = 29.18%
B = 39.59%

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

#998FC2 (or 0x998FC2) is known color: Cold Purple. HEX triplet: 99, 8F and C2. RGB value is (153,143,194). Sum of RGB (Red+Green+Blue) = 153+143+194=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #998FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC2 is #66703D. Grayscale: #979797. Windows color (decimal): -6713406 or 12750745. OLE color: 12750745.

HSL color Cylindrical-coordinate representation of color #998FC2: hue angle of 251.76º 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 #998FC2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 143 194 -
CMYK 0.21 0.26 0 0.24
HSL 251.76º 0.29% 0.66% -
HSV(B) 251.76º 0.26% 0.76% -
XYZ 32.7 30.31 55.17 -
YUV 151.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 153 143 194 0.21 0.26 0 0.24 251.76 0.29 0.66
Hex 99 8F C2 15 1A 0 18 FC 1D 42
Octal 231 217 302 25 32 0 30 374 35 102
Binary 10011001 10001111 11000010 10101 11010 0 11000 11111100 11101 1000010

Color Harmonies of #998FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FC2

Black with #998FC2

Text Example


Text Example

White with #998FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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