Html Css Color HEX #998BCD Cold Purple

📋 copy color: '#998BCD'

red 153 ◦ green 139 ◦ blue 205

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

Shades of Cold Purple #998BCD

Tints of Cold Purple #998BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 30.78%
G = 27.97%
B = 41.25%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#998BCD (or 0x998BCD) is known color: Cold Purple. HEX triplet: 99, 8B and CD. RGB value is (153,139,205). Sum of RGB (Red+Green+Blue) = 153+139+205=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #998BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCD is #667432. Grayscale: #969696. Windows color (decimal): -6714419 or 13470617. OLE color: 13470617.

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

Color convert

RGB 153 139 205 -
CMYK 0.25 0.32 0 0.20
HSL 252.73º 0.4% 0.67% -
HSV(B) 252.73º 0.32% 0.8% -
XYZ 33.39 29.65 61.72 -
YUV 150.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 153 139 205 0.25 0.32 0 0.20 252.73 0.4 0.67
Hex 99 8B CD 19 20 0 14 FD 28 43
Octal 231 213 315 31 40 0 24 375 50 103
Binary 10011001 10001011 11001101 11001 100000 0 10100 11111101 101000 1000011

Color Harmonies of #998BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BCD

Black with #998BCD

Text Example


Text Example

White with #998BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,139,205); }

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

background-color css

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

 a { background-color: rgb(153,139,205); }

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

border-color css

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

 span { border-color: rgb(153,139,205); }

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