Html Css Color HEX #998FBF Cold Purple

📋 copy color: '#998FBF'

red 153 ◦ green 143 ◦ blue 191

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

Shades of Cold Purple #998FBF

Tints of Cold Purple #998FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.22%

R = 31.42%
G = 29.36%
B = 39.22%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#998FBF (or 0x998FBF) is known color: Cold Purple. HEX triplet: 99, 8F and BF. RGB value is (153,143,191). Sum of RGB (Red+Green+Blue) = 153+143+191=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #998FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FBF is #667040. Grayscale: #979797. Windows color (decimal): -6713409 or 12554137. OLE color: 12554137.

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

Color convert

RGB 153 143 191 -
CMYK 0.20 0.25 0 0.25
HSL 252.5º 0.27% 0.65% -
HSV(B) 252.5º 0.25% 0.75% -
XYZ 32.36 30.18 53.41 -
YUV 151.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 153 143 191 0.20 0.25 0 0.25 252.5 0.27 0.65
Hex 99 8F BF 14 19 0 19 FD 1B 41
Octal 231 217 277 24 31 0 31 375 33 101
Binary 10011001 10001111 10111111 10100 11001 0 11001 11111101 11011 1000001

Color Harmonies of #998FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FBF

Black with #998FBF

Text Example


Text Example

White with #998FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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