Html Css Color HEX #998BCA Cold Purple

📋 copy color: '#998BCA'

red 153 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #998BCA

Tints of Cold Purple #998BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 30.97%
G = 28.14%
B = 40.89%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#998BCA (or 0x998BCA) is known color: Cold Purple. HEX triplet: 99, 8B and CA. RGB value is (153,139,202). Sum of RGB (Red+Green+Blue) = 153+139+202=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #998BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCA is #667435. Grayscale: #969696. Windows color (decimal): -6714422 or 13274009. OLE color: 13274009.

HSL color Cylindrical-coordinate representation of color #998BCA: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998BCA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 139 202 -
CMYK 0.24 0.31 0 0.21
HSL 253.33º 0.37% 0.67% -
HSV(B) 253.33º 0.31% 0.79% -
XYZ 33.03 29.5 59.83 -
YUV 150.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 153 139 202 0.24 0.31 0 0.21 253.33 0.37 0.67
Hex 99 8B CA 18 1F 0 15 FD 25 43
Octal 231 213 312 30 37 0 25 375 45 103
Binary 10011001 10001011 11001010 11000 11111 0 10101 11111101 100101 1000011

Color Harmonies of #998BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BCA

Black with #998BCA

Text Example


Text Example

White with #998BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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