Html Css Color HEX #998CCE Cold Purple

📋 copy color: '#998CCE'

red 153 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #998CCE

Tints of Cold Purple #998CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 30.66%
G = 28.06%
B = 41.28%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#998CCE (or 0x998CCE) is known color: Cold Purple. HEX triplet: 99, 8C and CE. RGB value is (153,140,206). Sum of RGB (Red+Green+Blue) = 153+140+206=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #998CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CCE is #667331. Grayscale: #979797. Windows color (decimal): -6714162 or 13536409. OLE color: 13536409.

HSL color Cylindrical-coordinate representation of color #998CCE: hue angle of 251.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998CCE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 140 206 -
CMYK 0.26 0.32 0 0.19
HSL 251.82º 0.4% 0.68% -
HSV(B) 251.82º 0.32% 0.81% -
XYZ 33.66 29.98 62.41 -
YUV 151.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 153 140 206 0.26 0.32 0 0.19 251.82 0.4 0.68
Hex 99 8C CE 1A 20 0 13 FC 28 44
Octal 231 214 316 32 40 0 23 374 50 104
Binary 10011001 10001100 11001110 11010 100000 0 10011 11111100 101000 1000100

Color Harmonies of #998CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CCE

Black with #998CCE

Text Example


Text Example

White with #998CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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