Html Css Color HEX #988BBB Cold Purple

📋 copy color: '#988BBB'

red 152 ◦ green 139 ◦ blue 187

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

Shades of Cold Purple #988BBB

Tints of Cold Purple #988BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 31.8%
G = 29.08%
B = 39.12%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#988BBB (or 0x988BBB) is known color: Cold Purple. HEX triplet: 98, 8B and BB. RGB value is (152,139,187). Sum of RGB (Red+Green+Blue) = 152+139+187=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #988BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BBB is #677444. Grayscale: #949494. Windows color (decimal): -6779973 or 12290968. OLE color: 12290968.

HSL color Cylindrical-coordinate representation of color #988BBB: hue angle of 256.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988BBB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 139 187 -
CMYK 0.19 0.26 0 0.27
HSL 256.25º 0.26% 0.64% -
HSV(B) 256.25º 0.26% 0.73% -
XYZ 31.15 28.73 50.92 -
YUV 148.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 152 139 187 0.19 0.26 0 0.27 256.25 0.26 0.64
Hex 98 8B BB 13 1A 0 1B 100 1A 40
Octal 230 213 273 23 32 0 33 400 32 100
Binary 10011000 10001011 10111011 10011 11010 0 11011 100000000 11010 1000000

Color Harmonies of #988BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BBB

Black with #988BBB

Text Example


Text Example

White with #988BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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