Html Css Color HEX #9B84C1 Cold Purple

📋 copy color: '#9B84C1'

red 155 ◦ green 132 ◦ blue 193

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

Shades of Cold Purple #9B84C1

Tints of Cold Purple #9B84C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 32.29%
G = 27.5%
B = 40.21%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B84C1 (or 0x9B84C1) is known color: Cold Purple. HEX triplet: 9B, 84 and C1. RGB value is (155,132,193). Sum of RGB (Red+Green+Blue) = 155+132+193=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84C1 is #647B3E. Grayscale: #919191. Windows color (decimal): -6585151 or 12682395. OLE color: 12682395.

HSL color Cylindrical-coordinate representation of color #9B84C1: hue angle of 262.62º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B84C1 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 132 193 -
CMYK 0.20 0.32 0 0.24
HSL 262.62º 0.33% 0.64% -
HSV(B) 262.62º 0.32% 0.76% -
XYZ 31.39 27.32 54.07 -
YUV 145.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 155 132 193 0.20 0.32 0 0.24 262.62 0.33 0.64
Hex 9B 84 C1 14 20 0 18 107 21 40
Octal 233 204 301 24 40 0 30 407 41 100
Binary 10011011 10000100 11000001 10100 100000 0 11000 100000111 100001 1000000

Color Harmonies of #9B84C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B84C1

Black with #9B84C1

Text Example


Text Example

White with #9B84C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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