Html Css Color HEX #998ACF Cold Purple

📋 copy color: '#998ACF'

red 153 ◦ green 138 ◦ blue 207

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

Shades of Cold Purple #998ACF

Tints of Cold Purple #998ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 30.72%
G = 27.71%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#998ACF (or 0x998ACF) is known color: Cold Purple. HEX triplet: 99, 8A and CF. RGB value is (153,138,207). Sum of RGB (Red+Green+Blue) = 153+138+207=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #998ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACF is #667530. Grayscale: #969696. Windows color (decimal): -6714673 or 13601433. OLE color: 13601433.

HSL color Cylindrical-coordinate representation of color #998ACF: hue angle of 253.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998ACF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 138 207 -
CMYK 0.26 0.33 0 0.19
HSL 253.04º 0.42% 0.68% -
HSV(B) 253.04º 0.33% 0.81% -
XYZ 33.49 29.45 62.95 -
YUV 150.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 153 138 207 0.26 0.33 0 0.19 253.04 0.42 0.68
Hex 99 8A CF 1A 21 0 13 FD 2A 44
Octal 231 212 317 32 41 0 23 375 52 104
Binary 10011001 10001010 11001111 11010 100001 0 10011 11111101 101010 1000100

Color Harmonies of #998ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ACF

Black with #998ACF

Text Example


Text Example

White with #998ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,138,207); }

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

background-color css

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

 a { background-color: rgb(153,138,207); }

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

border-color css

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

 span { border-color: rgb(153,138,207); }

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