Html Css Color HEX #9989CC Cold Purple

📋 copy color: '#9989CC'

red 153 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #9989CC

Tints of Cold Purple #9989CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

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

R = 30.97%
G = 27.73%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9989CC (or 0x9989CC) is known color: Cold Purple. HEX triplet: 99, 89 and CC. RGB value is (153,137,204). Sum of RGB (Red+Green+Blue) = 153+137+204=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #9989CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989CC is #667633. Grayscale: #959595. Windows color (decimal): -6714932 or 13404569. OLE color: 13404569.

HSL color Cylindrical-coordinate representation of color #9989CC: hue angle of 254.33º 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 #9989CC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 137 204 -
CMYK 0.25 0.33 0 0.2
HSL 254.33º 0.4% 0.67% -
HSV(B) 254.33º 0.33% 0.8% -
XYZ 32.98 29.02 60.99 -
YUV 149.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 153 137 204 0.25 0.33 0 0.2 254.33 0.4 0.67
Hex 99 89 CC 19 21 0 14 FE 28 43
Octal 231 211 314 31 41 0 24 376 50 103
Binary 10011001 10001001 11001100 11001 100001 0 10100 11111110 101000 1000011

Color Harmonies of #9989CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9989CC

Black with #9989CC

Text Example


Text Example

White with #9989CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9989CC; }

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

 H1.HeaderClassName
 {
   color: #9989CC;
 }
 .AnyTagClassName
 {
   color: #9989CC;
 }
</style>

background-color css

<style>
 a { background-color: #9989CC; }

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

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

border-color css

<style>
 span { border-color: #9989CC; }

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

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