Html Css Color HEX #9B80CB Cold Purple

📋 copy color: '#9B80CB'

red 155 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #9B80CB

Tints of Cold Purple #9B80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 31.89%
G = 26.34%
B = 41.77%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B80CB (or 0x9B80CB) is known color: Cold Purple. HEX triplet: 9B, 80 and CB. RGB value is (155,128,203). Sum of RGB (Red+Green+Blue) = 155+128+203=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80CB is #647F34. Grayscale: #909090. Windows color (decimal): -6586165 or 13336731. OLE color: 13336731.

HSL color Cylindrical-coordinate representation of color #9B80CB: hue angle of 261.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B80CB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 128 203 -
CMYK 0.24 0.37 0 0.20
HSL 261.6º 0.42% 0.65% -
HSV(B) 261.6º 0.37% 0.8% -
XYZ 32.02 26.72 59.97 -
YUV 144.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 155 128 203 0.24 0.37 0 0.20 261.6 0.42 0.65
Hex 9B 80 CB 18 25 0 14 106 2A 41
Octal 233 200 313 30 45 0 24 406 52 101
Binary 10011011 10000000 11001011 11000 100101 0 10100 100000110 101010 1000001

Color Harmonies of #9B80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80CB

Black with #9B80CB

Text Example


Text Example

White with #9B80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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