Html Css Color HEX #9B82BA Cold Purple

📋 copy color: '#9B82BA'

red 155 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9B82BA

Tints of Cold Purple #9B82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 32.91%
G = 27.6%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B82BA (or 0x9B82BA) is known color: Cold Purple. HEX triplet: 9B, 82 and BA. RGB value is (155,130,186). Sum of RGB (Red+Green+Blue) = 155+130+186=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82BA is #647D45. Grayscale: #8F8F8F. Windows color (decimal): -6585670 or 12223131. OLE color: 12223131.

HSL color Cylindrical-coordinate representation of color #9B82BA: hue angle of 266.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B82BA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 130 186 -
CMYK 0.17 0.30 0 0.27
HSL 266.79º 0.29% 0.62% -
HSV(B) 266.79º 0.3% 0.73% -
XYZ 30.36 26.48 49.97 -
YUV 143.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 155 130 186 0.17 0.30 0 0.27 266.79 0.29 0.62
Hex 9B 82 BA 11 1E 0 1B 10B 1D 3E
Octal 233 202 272 21 36 0 33 413 35 76
Binary 10011011 10000010 10111010 10001 11110 0 11011 100001011 11101 111110

Color Harmonies of #9B82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82BA

Black with #9B82BA

Text Example


Text Example

White with #9B82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,186); }

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

background-color css

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

 a { background-color: rgb(155,130,186); }

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

border-color css

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

 span { border-color: rgb(155,130,186); }

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