Html Css Color HEX #998ABA Cold Purple

📋 copy color: '#998ABA'

red 153 ◦ green 138 ◦ blue 186

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

Shades of Cold Purple #998ABA

Tints of Cold Purple #998ABA

RGB

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

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

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

R = 32.08%
G = 28.93%
B = 38.99%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#998ABA (or 0x998ABA) is known color: Cold Purple. HEX triplet: 99, 8A and BA. RGB value is (153,138,186). Sum of RGB (Red+Green+Blue) = 153+138+186=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #998ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ABA is #667545. Grayscale: #939393. Windows color (decimal): -6714694 or 12225177. OLE color: 12225177.

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

Color convert

RGB 153 138 186 -
CMYK 0.18 0.26 0 0.27
HSL 258.75º 0.26% 0.64% -
HSV(B) 258.75º 0.26% 0.73% -
XYZ 31.09 28.49 50.32 -
YUV 147.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 153 138 186 0.18 0.26 0 0.27 258.75 0.26 0.64
Hex 99 8A BA 12 1A 0 1B 103 1A 40
Octal 231 212 272 22 32 0 33 403 32 100
Binary 10011001 10001010 10111010 10010 11010 0 11011 100000011 11010 1000000

Color Harmonies of #998ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ABA

Black with #998ABA

Text Example


Text Example

White with #998ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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