Html Css Color HEX #998ABE Cold Purple

📋 copy color: '#998ABE'

red 153 ◦ green 138 ◦ blue 190

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

Shades of Cold Purple #998ABE

Tints of Cold Purple #998ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 31.81%
G = 28.69%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#998ABE (or 0x998ABE) is known color: Cold Purple. HEX triplet: 99, 8A and BE. RGB value is (153,138,190). Sum of RGB (Red+Green+Blue) = 153+138+190=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #998ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ABE is #667541. Grayscale: #949494. Windows color (decimal): -6714690 or 12487321. OLE color: 12487321.

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

Color convert

RGB 153 138 190 -
CMYK 0.19 0.27 0 0.25
HSL 257.31º 0.29% 0.64% -
HSV(B) 257.31º 0.27% 0.75% -
XYZ 31.52 28.67 52.59 -
YUV 148.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 153 138 190 0.19 0.27 0 0.25 257.31 0.29 0.64
Hex 99 8A BE 13 1B 0 19 101 1D 40
Octal 231 212 276 23 33 0 31 401 35 100
Binary 10011001 10001010 10111110 10011 11011 0 11001 100000001 11101 1000000

Color Harmonies of #998ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ABE

Black with #998ABE

Text Example


Text Example

White with #998ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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