Html Css Color HEX #998ACD Cold Purple

📋 copy color: '#998ACD'

red 153 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #998ACD

Tints of Cold Purple #998ACD

RGB

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

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

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

R = 30.85%
G = 27.82%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#998ACD (or 0x998ACD) is known color: Cold Purple. HEX triplet: 99, 8A and CD. RGB value is (153,138,205). Sum of RGB (Red+Green+Blue) = 153+138+205=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #998ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ACD is #667532. Grayscale: #959595. Windows color (decimal): -6714675 or 13470361. OLE color: 13470361.

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

Color convert

RGB 153 138 205 -
CMYK 0.25 0.33 0 0.20
HSL 253.43º 0.4% 0.67% -
HSV(B) 253.43º 0.33% 0.8% -
XYZ 33.24 29.36 61.67 -
YUV 150.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 153 138 205 0.25 0.33 0 0.20 253.43 0.4 0.67
Hex 99 8A CD 19 21 0 14 FD 28 43
Octal 231 212 315 31 41 0 24 375 50 103
Binary 10011001 10001010 11001101 11001 100001 0 10100 11111101 101000 1000011

Color Harmonies of #998ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ACD

Black with #998ACD

Text Example


Text Example

White with #998ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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