Html Css Color HEX #988BC3 Cold Purple

📋 copy color: '#988BC3'

red 152 ◦ green 139 ◦ blue 195

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

Shades of Cold Purple #988BC3

Tints of Cold Purple #988BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 31.28%
G = 28.6%
B = 40.12%

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

#988BC3 (or 0x988BC3) is known color: Cold Purple. HEX triplet: 98, 8B and C3. RGB value is (152,139,195). Sum of RGB (Red+Green+Blue) = 152+139+195=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #988BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BC3 is #67743C. Grayscale: #959595. Windows color (decimal): -6779965 or 12815256. OLE color: 12815256.

HSL color Cylindrical-coordinate representation of color #988BC3: hue angle of 253.93º degrees, saturation: 0.32, 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 #988BC3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 139 195 -
CMYK 0.22 0.29 0 0.24
HSL 253.93º 0.32% 0.65% -
HSV(B) 253.93º 0.29% 0.76% -
XYZ 32.03 29.08 55.55 -
YUV 149.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 152 139 195 0.22 0.29 0 0.24 253.93 0.32 0.65
Hex 98 8B C3 16 1D 0 18 FE 20 41
Octal 230 213 303 26 35 0 30 376 40 101
Binary 10011000 10001011 11000011 10110 11101 0 11000 11111110 100000 1000001

Color Harmonies of #988BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BC3

Black with #988BC3

Text Example


Text Example

White with #988BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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