Html Css Color HEX #988ACB Cold Purple

📋 copy color: '#988ACB'

red 152 ◦ green 138 ◦ blue 203

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

Shades of Cold Purple #988ACB

Tints of Cold Purple #988ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 30.83%
G = 27.99%
B = 41.18%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#988ACB (or 0x988ACB) is known color: Cold Purple. HEX triplet: 98, 8A and CB. RGB value is (152,138,203). Sum of RGB (Red+Green+Blue) = 152+138+203=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #988ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACB is #677534. Grayscale: #959595. Windows color (decimal): -6780213 or 13339288. OLE color: 13339288.

HSL color Cylindrical-coordinate representation of color #988ACB: hue angle of 252.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988ACB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 138 203 -
CMYK 0.25 0.32 0 0.20
HSL 252.92º 0.38% 0.67% -
HSV(B) 252.92º 0.32% 0.8% -
XYZ 32.82 29.16 60.4 -
YUV 149.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 152 138 203 0.25 0.32 0 0.20 252.92 0.38 0.67
Hex 98 8A CB 19 20 0 14 FD 26 43
Octal 230 212 313 31 40 0 24 375 46 103
Binary 10011000 10001010 11001011 11001 100000 0 10100 11111101 100110 1000011

Color Harmonies of #988ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ACB

Black with #988ACB

Text Example


Text Example

White with #988ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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