Html Css Color HEX #988BC4 Cold Purple

📋 copy color: '#988BC4'

red 152 ◦ green 139 ◦ blue 196

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

Shades of Cold Purple #988BC4

Tints of Cold Purple #988BC4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 196 (76.95% from 255) = 40.25%

R = 31.21%
G = 28.54%
B = 40.25%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#988BC4 (or 0x988BC4) is known color: Cold Purple. HEX triplet: 98, 8B and C4. RGB value is (152,139,196). Sum of RGB (Red+Green+Blue) = 152+139+196=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #988BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BC4 is #67743B. Grayscale: #959595. Windows color (decimal): -6779964 or 12880792. OLE color: 12880792.

HSL color Cylindrical-coordinate representation of color #988BC4: hue angle of 253.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988BC4 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 139 196 -
CMYK 0.22 0.29 0 0.23
HSL 253.68º 0.33% 0.66% -
HSV(B) 253.68º 0.29% 0.77% -
XYZ 32.15 29.13 56.15 -
YUV 149.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 152 139 196 0.22 0.29 0 0.23 253.68 0.33 0.66
Hex 98 8B C4 16 1D 0 17 FE 21 42
Octal 230 213 304 26 35 0 27 376 41 102
Binary 10011000 10001011 11000100 10110 11101 0 10111 11111110 100001 1000010

Color Harmonies of #988BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BC4

Black with #988BC4

Text Example


Text Example

White with #988BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,196); }

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

background-color css

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

 a { background-color: rgb(152,139,196); }

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

border-color css

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

 span { border-color: rgb(152,139,196); }

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