Html Css Color HEX #988AC2 Cold Purple

📋 copy color: '#988AC2'

red 152 ◦ green 138 ◦ blue 194

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

Shades of Cold Purple #988AC2

Tints of Cold Purple #988AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.08%

R = 31.4%
G = 28.51%
B = 40.08%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#988AC2 (or 0x988AC2) is known color: Cold Purple. HEX triplet: 98, 8A and C2. RGB value is (152,138,194). Sum of RGB (Red+Green+Blue) = 152+138+194=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #988AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AC2 is #67753D. Grayscale: #949494. Windows color (decimal): -6780222 or 12749464. OLE color: 12749464.

HSL color Cylindrical-coordinate representation of color #988AC2: hue angle of 255º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988AC2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 138 194 -
CMYK 0.22 0.29 0 0.24
HSL 255º 0.31% 0.65% -
HSV(B) 255º 0.29% 0.76% -
XYZ 31.77 28.75 54.91 -
YUV 148.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 152 138 194 0.22 0.29 0 0.24 255 0.31 0.65
Hex 98 8A C2 16 1D 0 18 FF 1F 41
Octal 230 212 302 26 35 0 30 377 37 101
Binary 10011000 10001010 11000010 10110 11101 0 11000 11111111 11111 1000001

Color Harmonies of #988AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988AC2

Black with #988AC2

Text Example


Text Example

White with #988AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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