Html Css Color HEX #9B82EA Medium Purple

📋 copy color: '#9B82EA'

red 155 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #9B82EA

Tints of Medium Purple #9B82EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 29.87%
G = 25.05%
B = 45.09%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B82EA (or 0x9B82EA) is known color: Medium Purple. HEX triplet: 9B, 82 and EA. RGB value is (155,130,234). Sum of RGB (Red+Green+Blue) = 155+130+234=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B82EA is #647D15. Grayscale: #949494. Windows color (decimal): -6585622 or 15368859. OLE color: 15368859.

HSL color Cylindrical-coordinate representation of color #9B82EA: hue angle of 254.42º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B82EA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 130 234 -
CMYK 0.34 0.44 0 0.08
HSL 254.42º 0.71% 0.71% -
HSV(B) 254.42º 0.44% 0.92% -
XYZ 36.35 28.87 81.5 -
YUV 149.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 155 130 234 0.34 0.44 0 0.08 254.42 0.71 0.71
Hex 9B 82 EA 22 2C 0 8 FE 47 47
Octal 233 202 352 42 54 0 10 376 107 107
Binary 10011011 10000010 11101010 100010 101100 0 1000 11111110 1000111 1000111

Color Harmonies of #9B82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82EA

Black with #9B82EA

Text Example


Text Example

White with #9B82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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