Html Css Color HEX #9880CD True V

📋 copy color: '#9880CD'

red 152 ◦ green 128 ◦ blue 205

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

Shades of True V #9880CD

Tints of True V #9880CD

RGB

 RED value IS 152 (59.77% from 255) = 31.34%

 GREEN value IS 128 (50.39% from 255) = 26.39%

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

R = 31.34%
G = 26.39%
B = 42.27%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9880CD (or 0x9880CD) is known color: True V. HEX triplet: 98, 80 and CD. RGB value is (152,128,205). Sum of RGB (Red+Green+Blue) = 152+128+205=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9880CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CD is #677F32. Grayscale: #8F8F8F. Windows color (decimal): -6782771 or 13467800. OLE color: 13467800.

HSL color Cylindrical-coordinate representation of color #9880CD: hue angle of 258.7º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9880CD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 128 205 -
CMYK 0.26 0.38 0 0.20
HSL 258.7º 0.44% 0.65% -
HSV(B) 258.7º 0.38% 0.8% -
XYZ 31.69 26.52 61.21 -
YUV 143.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 152 128 205 0.26 0.38 0 0.20 258.7 0.44 0.65
Hex 98 80 CD 1A 26 0 14 103 2C 41
Octal 230 200 315 32 46 0 24 403 54 101
Binary 10011000 10000000 11001101 11010 100110 0 10100 100000011 101100 1000001

Color Harmonies of #9880CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880CD

Black with #9880CD

Text Example


Text Example

White with #9880CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880CD; }

 p { color: rgb(152,128,205); }

 H1.HeaderClassName
 {
   color: #9880CD;
 }
 .AnyTagClassName
 {
   color: #9880CD;
 }
</style>

background-color css

<style>
 a { background-color: #9880CD; }

 a { background-color: rgb(152,128,205); }

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

border-color css

<style>
 span { border-color: #9880CD; }

 span { border-color: rgb(152,128,205); }

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