Html Css Color HEX #998CCC Cold Purple

📋 copy color: '#998CCC'

red 153 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #998CCC

Tints of Cold Purple #998CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 30.78%
G = 28.17%
B = 41.05%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#998CCC (or 0x998CCC) is known color: Cold Purple. HEX triplet: 99, 8C and CC. RGB value is (153,140,204). Sum of RGB (Red+Green+Blue) = 153+140+204=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #998CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CCC is #667333. Grayscale: #969696. Windows color (decimal): -6714164 or 13405337. OLE color: 13405337.

HSL color Cylindrical-coordinate representation of color #998CCC: hue angle of 252.19º degrees, saturation: 0.39, 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 #998CCC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 140 204 -
CMYK 0.25 0.31 0 0.2
HSL 252.19º 0.39% 0.67% -
HSV(B) 252.19º 0.31% 0.8% -
XYZ 33.41 29.89 61.13 -
YUV 151.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 153 140 204 0.25 0.31 0 0.2 252.19 0.39 0.67
Hex 99 8C CC 19 1F 0 14 FC 27 43
Octal 231 214 314 31 37 0 24 374 47 103
Binary 10011001 10001100 11001100 11001 11111 0 10100 11111100 100111 1000011

Color Harmonies of #998CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CCC

Black with #998CCC

Text Example


Text Example

White with #998CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,204); }

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

background-color css

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

 a { background-color: rgb(153,140,204); }

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

border-color css

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

 span { border-color: rgb(153,140,204); }

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