Html Css Color HEX #988ABE Cold Purple

📋 copy color: '#988ABE'

red 152 ◦ green 138 ◦ blue 190

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

Shades of Cold Purple #988ABE

Tints of Cold Purple #988ABE

RGB

 RED value IS 152 (59.77% from 255) = 31.67%

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

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

R = 31.67%
G = 28.75%
B = 39.58%

CMYK

 C value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#988ABE (or 0x988ABE) is known color: Cold Purple. HEX triplet: 98, 8A and BE. RGB value is (152,138,190). Sum of RGB (Red+Green+Blue) = 152+138+190=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #988ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ABE is #677541. Grayscale: #939393. Windows color (decimal): -6780226 or 12487320. OLE color: 12487320.

HSL color Cylindrical-coordinate representation of color #988ABE: hue angle of 256.15º 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 #988ABE is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 138 190 -
CMYK 0.2 0.27 0 0.25
HSL 256.15º 0.29% 0.64% -
HSV(B) 256.15º 0.27% 0.75% -
XYZ 31.33 28.57 52.58 -
YUV 148.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 152 138 190 0.2 0.27 0 0.25 256.15 0.29 0.64
Hex 98 8A BE 14 1B 0 19 100 1D 40
Octal 230 212 276 24 33 0 31 400 35 100
Binary 10011000 10001010 10111110 10100 11011 0 11001 100000000 11101 1000000

Color Harmonies of #988ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ABE

Black with #988ABE

Text Example


Text Example

White with #988ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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