Html Css Color HEX #998BC3 Cold Purple

📋 copy color: '#998BC3'

red 153 ◦ green 139 ◦ blue 195

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

Shades of Cold Purple #998BC3

Tints of Cold Purple #998BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 31.42%
G = 28.54%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#998BC3 (or 0x998BC3) is known color: Cold Purple. HEX triplet: 99, 8B and C3. RGB value is (153,139,195). Sum of RGB (Red+Green+Blue) = 153+139+195=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #998BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BC3 is #66743C. Grayscale: #959595. Windows color (decimal): -6714429 or 12815257. OLE color: 12815257.

HSL color Cylindrical-coordinate representation of color #998BC3: hue angle of 255º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998BC3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 139 195 -
CMYK 0.22 0.29 0 0.24
HSL 255º 0.32% 0.65% -
HSV(B) 255º 0.29% 0.76% -
XYZ 32.22 29.18 55.56 -
YUV 149.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 153 139 195 0.22 0.29 0 0.24 255 0.32 0.65
Hex 99 8B C3 16 1D 0 18 FF 20 41
Octal 231 213 303 26 35 0 30 377 40 101
Binary 10011001 10001011 11000011 10110 11101 0 11000 11111111 100000 1000001

Color Harmonies of #998BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BC3

Black with #998BC3

Text Example


Text Example

White with #998BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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