Html Css Color HEX #998FBA Cold Purple

📋 copy color: '#998FBA'

red 153 ◦ green 143 ◦ blue 186

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

Shades of Cold Purple #998FBA

Tints of Cold Purple #998FBA

RGB

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

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

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

R = 31.74%
G = 29.67%
B = 38.59%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#998FBA (or 0x998FBA) is known color: Cold Purple. HEX triplet: 99, 8F and BA. RGB value is (153,143,186). Sum of RGB (Red+Green+Blue) = 153+143+186=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #998FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FBA is #667045. Grayscale: #969696. Windows color (decimal): -6713414 or 12226457. OLE color: 12226457.

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

Color convert

RGB 153 143 186 -
CMYK 0.18 0.23 0 0.27
HSL 253.95º 0.24% 0.65% -
HSV(B) 253.95º 0.23% 0.73% -
XYZ 31.82 29.96 50.56 -
YUV 150.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 153 143 186 0.18 0.23 0 0.27 253.95 0.24 0.65
Hex 99 8F BA 12 17 0 1B FE 18 41
Octal 231 217 272 22 27 0 33 376 30 101
Binary 10011001 10001111 10111010 10010 10111 0 11011 11111110 11000 1000001

Color Harmonies of #998FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FBA

Black with #998FBA

Text Example


Text Example

White with #998FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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