Html Css Color HEX #9B82D1 Cold Purple

📋 copy color: '#9B82D1'

red 155 ◦ green 130 ◦ blue 209

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

Shades of Cold Purple #9B82D1

Tints of Cold Purple #9B82D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 31.38%
G = 26.32%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B82D1 (or 0x9B82D1) is known color: Cold Purple. HEX triplet: 9B, 82 and D1. RGB value is (155,130,209). Sum of RGB (Red+Green+Blue) = 155+130+209=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82D1 is #647D2E. Grayscale: #929292. Windows color (decimal): -6585647 or 13730459. OLE color: 13730459.

HSL color Cylindrical-coordinate representation of color #9B82D1: hue angle of 258.99º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B82D1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 130 209 -
CMYK 0.26 0.38 0 0.18
HSL 258.99º 0.46% 0.66% -
HSV(B) 258.99º 0.38% 0.82% -
XYZ 33.01 27.54 63.9 -
YUV 146.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 155 130 209 0.26 0.38 0 0.18 258.99 0.46 0.66
Hex 9B 82 D1 1A 26 0 12 103 2E 42
Octal 233 202 321 32 46 0 22 403 56 102
Binary 10011011 10000010 11010001 11010 100110 0 10010 100000011 101110 1000010

Color Harmonies of #9B82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82D1

Black with #9B82D1

Text Example


Text Example

White with #9B82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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