Html Css Color HEX #9880CE True V

📋 copy color: '#9880CE'

red 152 ◦ green 128 ◦ blue 206

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

Shades of True V #9880CE

Tints of True V #9880CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 31.28%
G = 26.34%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9880CE (or 0x9880CE) is known color: True V. HEX triplet: 98, 80 and CE. RGB value is (152,128,206). Sum of RGB (Red+Green+Blue) = 152+128+206=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9880CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CE is #677F31. Grayscale: #8F8F8F. Windows color (decimal): -6782770 or 13533336. OLE color: 13533336.

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

Color convert

RGB 152 128 206 -
CMYK 0.26 0.38 0 0.19
HSL 258.46º 0.44% 0.65% -
HSV(B) 258.46º 0.38% 0.81% -
XYZ 31.81 26.57 61.84 -
YUV 144.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 152 128 206 0.26 0.38 0 0.19 258.46 0.44 0.65
Hex 98 80 CE 1A 26 0 13 102 2C 41
Octal 230 200 316 32 46 0 23 402 54 101
Binary 10011000 10000000 11001110 11010 100110 0 10011 100000010 101100 1000001

Color Harmonies of #9880CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880CE

Black with #9880CE

Text Example


Text Example

White with #9880CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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