Html Css Color HEX #988CCB Cold Purple

📋 copy color: '#988CCB'

red 152 ◦ green 140 ◦ blue 203

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

Shades of Cold Purple #988CCB

Tints of Cold Purple #988CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 30.71%
G = 28.28%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#988CCB (or 0x988CCB) is known color: Cold Purple. HEX triplet: 98, 8C and CB. RGB value is (152,140,203). Sum of RGB (Red+Green+Blue) = 152+140+203=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #988CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCB is #677334. Grayscale: #969696. Windows color (decimal): -6779701 or 13339800. OLE color: 13339800.

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

Color convert

RGB 152 140 203 -
CMYK 0.25 0.31 0 0.20
HSL 251.43º 0.38% 0.67% -
HSV(B) 251.43º 0.31% 0.8% -
XYZ 33.11 29.74 60.5 -
YUV 150.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 152 140 203 0.25 0.31 0 0.20 251.43 0.38 0.67
Hex 98 8C CB 19 1F 0 14 FB 26 43
Octal 230 214 313 31 37 0 24 373 46 103
Binary 10011000 10001100 11001011 11001 11111 0 10100 11111011 100110 1000011

Color Harmonies of #988CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CCB

Black with #988CCB

Text Example


Text Example

White with #988CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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