Html Css Color HEX #998ABF Cold Purple

📋 copy color: '#998ABF'

red 153 ◦ green 138 ◦ blue 191

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

Shades of Cold Purple #998ABF

Tints of Cold Purple #998ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 31.74%
G = 28.63%
B = 39.63%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#998ABF (or 0x998ABF) is known color: Cold Purple. HEX triplet: 99, 8A and BF. RGB value is (153,138,191). Sum of RGB (Red+Green+Blue) = 153+138+191=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #998ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ABF is #667540. Grayscale: #949494. Windows color (decimal): -6714689 or 12552857. OLE color: 12552857.

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

Color convert

RGB 153 138 191 -
CMYK 0.20 0.28 0 0.25
HSL 256.98º 0.29% 0.65% -
HSV(B) 256.98º 0.28% 0.75% -
XYZ 31.63 28.71 53.16 -
YUV 148.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 153 138 191 0.20 0.28 0 0.25 256.98 0.29 0.65
Hex 99 8A BF 14 1C 0 19 101 1D 41
Octal 231 212 277 24 34 0 31 401 35 101
Binary 10011001 10001010 10111111 10100 11100 0 11001 100000001 11101 1000001

Color Harmonies of #998ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ABF

Black with #998ABF

Text Example


Text Example

White with #998ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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