Html Css Color HEX #9B84CF Cold Purple

📋 copy color: '#9B84CF'

red 155 ◦ green 132 ◦ blue 207

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

Shades of Cold Purple #9B84CF

Tints of Cold Purple #9B84CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 31.38%
G = 26.72%
B = 41.9%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B84CF (or 0x9B84CF) is known color: Cold Purple. HEX triplet: 9B, 84 and CF. RGB value is (155,132,207). Sum of RGB (Red+Green+Blue) = 155+132+207=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84CF is #647B30. Grayscale: #939393. Windows color (decimal): -6585137 or 13599899. OLE color: 13599899.

HSL color Cylindrical-coordinate representation of color #9B84CF: hue angle of 258.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B84CF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 132 207 -
CMYK 0.25 0.36 0 0.19
HSL 258.4º 0.44% 0.66% -
HSV(B) 258.4º 0.36% 0.81% -
XYZ 33.03 27.98 62.69 -
YUV 147.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 155 132 207 0.25 0.36 0 0.19 258.4 0.44 0.66
Hex 9B 84 CF 19 24 0 13 102 2C 42
Octal 233 204 317 31 44 0 23 402 54 102
Binary 10011011 10000100 11001111 11001 100100 0 10011 100000010 101100 1000010

Color Harmonies of #9B84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B84CF

Black with #9B84CF

Text Example


Text Example

White with #9B84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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