Html Css Color HEX #9B84D1 Cold Purple

📋 copy color: '#9B84D1'

red 155 ◦ green 132 ◦ blue 209

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

Shades of Cold Purple #9B84D1

Tints of Cold Purple #9B84D1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

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

R = 31.25%
G = 26.61%
B = 42.14%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B84D1 (or 0x9B84D1) is known color: Cold Purple. HEX triplet: 9B, 84 and D1. RGB value is (155,132,209). Sum of RGB (Red+Green+Blue) = 155+132+209=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B84D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84D1 is #647B2E. Grayscale: #939393. Windows color (decimal): -6585135 or 13730971. OLE color: 13730971.

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

Color convert

RGB 155 132 209 -
CMYK 0.26 0.37 0 0.18
HSL 257.92º 0.46% 0.67% -
HSV(B) 257.92º 0.37% 0.82% -
XYZ 33.28 28.07 63.99 -
YUV 147.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 155 132 209 0.26 0.37 0 0.18 257.92 0.46 0.67
Hex 9B 84 D1 1A 25 0 12 102 2E 43
Octal 233 204 321 32 45 0 22 402 56 103
Binary 10011011 10000100 11010001 11010 100101 0 10010 100000010 101110 1000011

Color Harmonies of #9B84D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B84D1

Black with #9B84D1

Text Example


Text Example

White with #9B84D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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