Html Css Color HEX #9B80BE Cold Purple

📋 copy color: '#9B80BE'

red 155 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9B80BE

Tints of Cold Purple #9B80BE

RGB

 RED value IS 155 (60.94% from 255) = 32.77%

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 32.77%
G = 27.06%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B80BE (or 0x9B80BE) is known color: Cold Purple. HEX triplet: 9B, 80 and BE. RGB value is (155,128,190). Sum of RGB (Red+Green+Blue) = 155+128+190=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80BE is #647F41. Grayscale: #8E8E8E. Windows color (decimal): -6586178 or 12484763. OLE color: 12484763.

HSL color Cylindrical-coordinate representation of color #9B80BE: hue angle of 266.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B80BE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 128 190 -
CMYK 0.18 0.33 0 0.25
HSL 266.13º 0.32% 0.62% -
HSV(B) 266.13º 0.33% 0.75% -
XYZ 30.53 26.12 52.15 -
YUV 143.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 155 128 190 0.18 0.33 0 0.25 266.13 0.32 0.62
Hex 9B 80 BE 12 21 0 19 10A 20 3E
Octal 233 200 276 22 41 0 31 412 40 76
Binary 10011011 10000000 10111110 10010 100001 0 11001 100001010 100000 111110

Color Harmonies of #9B80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80BE

Black with #9B80BE

Text Example


Text Example

White with #9B80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B80BE; }

 p { color: rgb(155,128,190); }

 H1.HeaderClassName
 {
   color: #9B80BE;
 }
 .AnyTagClassName
 {
   color: #9B80BE;
 }
</style>

background-color css

<style>
 a { background-color: #9B80BE; }

 a { background-color: rgb(155,128,190); }

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

border-color css

<style>
 span { border-color: #9B80BE; }

 span { border-color: rgb(155,128,190); }

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