Html Css Color HEX #998CBA Cold Purple

📋 copy color: '#998CBA'

red 153 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #998CBA

Tints of Cold Purple #998CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 31.94%
G = 29.23%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#998CBA (or 0x998CBA) is known color: Cold Purple. HEX triplet: 99, 8C and BA. RGB value is (153,140,186). Sum of RGB (Red+Green+Blue) = 153+140+186=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #998CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CBA is #667345. Grayscale: #949494. Windows color (decimal): -6714182 or 12225689. OLE color: 12225689.

HSL color Cylindrical-coordinate representation of color #998CBA: hue angle of 256.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998CBA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 140 186 -
CMYK 0.18 0.25 0 0.27
HSL 256.96º 0.25% 0.64% -
HSV(B) 256.96º 0.25% 0.73% -
XYZ 31.38 29.07 50.41 -
YUV 149.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 153 140 186 0.18 0.25 0 0.27 256.96 0.25 0.64
Hex 99 8C BA 12 19 0 1B 101 19 40
Octal 231 214 272 22 31 0 33 401 31 100
Binary 10011001 10001100 10111010 10010 11001 0 11011 100000001 11001 1000000

Color Harmonies of #998CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CBA

Black with #998CBA

Text Example


Text Example

White with #998CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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