Html Css Color HEX #9B84CB Cold Purple

📋 copy color: '#9B84CB'

red 155 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #9B84CB

Tints of Cold Purple #9B84CB

RGB

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

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

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

R = 31.63%
G = 26.94%
B = 41.43%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B84CB (or 0x9B84CB) is known color: Cold Purple. HEX triplet: 9B, 84 and CB. RGB value is (155,132,203). Sum of RGB (Red+Green+Blue) = 155+132+203=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84CB is #647B34. Grayscale: #929292. Windows color (decimal): -6585141 or 13337755. OLE color: 13337755.

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

Color convert

RGB 155 132 203 -
CMYK 0.24 0.35 0 0.20
HSL 259.44º 0.41% 0.66% -
HSV(B) 259.44º 0.35% 0.8% -
XYZ 32.55 27.78 60.15 -
YUV 146.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 155 132 203 0.24 0.35 0 0.20 259.44 0.41 0.66
Hex 9B 84 CB 18 23 0 14 103 29 42
Octal 233 204 313 30 43 0 24 403 51 102
Binary 10011011 10000100 11001011 11000 100011 0 10100 100000011 101001 1000010

Color Harmonies of #9B84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B84CB

Black with #9B84CB

Text Example


Text Example

White with #9B84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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