Html Css Color HEX #9B82CF Cold Purple

📋 copy color: '#9B82CF'

red 155 ◦ green 130 ◦ blue 207

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

Shades of Cold Purple #9B82CF

Tints of Cold Purple #9B82CF

RGB

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

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

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

R = 31.5%
G = 26.42%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B82CF (or 0x9B82CF) is known color: Cold Purple. HEX triplet: 9B, 82 and CF. RGB value is (155,130,207). Sum of RGB (Red+Green+Blue) = 155+130+207=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82CF is #647D30. Grayscale: #919191. Windows color (decimal): -6585649 or 13599387. OLE color: 13599387.

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

Color convert

RGB 155 130 207 -
CMYK 0.25 0.37 0 0.19
HSL 259.48º 0.45% 0.66% -
HSV(B) 259.48º 0.37% 0.81% -
XYZ 32.76 27.44 62.6 -
YUV 146.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 155 130 207 0.25 0.37 0 0.19 259.48 0.45 0.66
Hex 9B 82 CF 19 25 0 13 103 2D 42
Octal 233 202 317 31 45 0 23 403 55 102
Binary 10011011 10000010 11001111 11001 100101 0 10011 100000011 101101 1000010

Color Harmonies of #9B82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82CF

Black with #9B82CF

Text Example


Text Example

White with #9B82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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