Html Css Color HEX #9B80BF Cold Purple

📋 copy color: '#9B80BF'

red 155 ◦ green 128 ◦ blue 191

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

Shades of Cold Purple #9B80BF

Tints of Cold Purple #9B80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 32.7%
G = 27%
B = 40.3%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B80BF (or 0x9B80BF) is known color: Cold Purple. HEX triplet: 9B, 80 and BF. RGB value is (155,128,191). Sum of RGB (Red+Green+Blue) = 155+128+191=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80BF is #647F40. Grayscale: #8F8F8F. Windows color (decimal): -6586177 or 12550299. OLE color: 12550299.

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

Color convert

RGB 155 128 191 -
CMYK 0.19 0.33 0 0.25
HSL 265.71º 0.33% 0.63% -
HSV(B) 265.71º 0.33% 0.75% -
XYZ 30.64 26.17 52.73 -
YUV 143.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 155 128 191 0.19 0.33 0 0.25 265.71 0.33 0.63
Hex 9B 80 BF 13 21 0 19 10A 21 3F
Octal 233 200 277 23 41 0 31 412 41 77
Binary 10011011 10000000 10111111 10011 100001 0 11001 100001010 100001 111111

Color Harmonies of #9B80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80BF

Black with #9B80BF

Text Example


Text Example

White with #9B80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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