Html Css Color HEX #998EB6 Cold Purple

📋 copy color: '#998EB6'

red 153 ◦ green 142 ◦ blue 182

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

Shades of Cold Purple #998EB6

Tints of Cold Purple #998EB6

RGB

 RED value IS 153 (60.16% from 255) = 32.08%

 GREEN value IS 142 (55.86% from 255) = 29.77%

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 32.08%
G = 29.77%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#998EB6 (or 0x998EB6) is known color: Cold Purple. HEX triplet: 99, 8E and B6. RGB value is (153,142,182). Sum of RGB (Red+Green+Blue) = 153+142+182=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #998EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EB6 is #667149. Grayscale: #959595. Windows color (decimal): -6713674 or 11964057. OLE color: 11964057.

HSL color Cylindrical-coordinate representation of color #998EB6: hue angle of 256.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998EB6 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 142 182 -
CMYK 0.16 0.22 0 0.29
HSL 256.5º 0.22% 0.64% -
HSV(B) 256.5º 0.22% 0.71% -
XYZ 31.25 29.5 48.3 -
YUV 149.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 153 142 182 0.16 0.22 0 0.29 256.5 0.22 0.64
Hex 99 8E B6 10 16 0 1D 100 16 40
Octal 231 216 266 20 26 0 35 400 26 100
Binary 10011001 10001110 10110110 10000 10110 0 11101 100000000 10110 1000000

Color Harmonies of #998EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EB6

Black with #998EB6

Text Example


Text Example

White with #998EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998EB6; }

 p { color: rgb(153,142,182); }

 H1.HeaderClassName
 {
   color: #998EB6;
 }
 .AnyTagClassName
 {
   color: #998EB6;
 }
</style>

background-color css

<style>
 a { background-color: #998EB6; }

 a { background-color: rgb(153,142,182); }

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

border-color css

<style>
 span { border-color: #998EB6; }

 span { border-color: rgb(153,142,182); }

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