Html Css Color HEX #8B75E0 Medium Purple

📋 copy color: '#8B75E0'

red 139 ◦ green 117 ◦ blue 224

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

Shades of Medium Purple #8B75E0

Tints of Medium Purple #8B75E0

RGB

 RED value IS 139 (54.69% from 255) = 28.96%

 GREEN value IS 117 (46.09% from 255) = 24.38%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 28.96%
G = 24.38%
B = 46.67%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8B75E0 (or 0x8B75E0) is known color: Medium Purple. HEX triplet: 8B, 75 and E0. RGB value is (139,117,224). Sum of RGB (Red+Green+Blue) = 139+117+224=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B75E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B75E0 is #748A1F. Grayscale: #878787. Windows color (decimal): -7637536 or 14710155. OLE color: 14710155.

HSL color Cylindrical-coordinate representation of color #8B75E0: hue angle of 252.34º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B75E0 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 117 224 -
CMYK 0.38 0.48 0 0.12
HSL 252.34º 0.63% 0.67% -
HSV(B) 252.34º 0.48% 0.88% -
XYZ 30.46 23.59 73.47 -
YUV 135.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 139 117 224 0.38 0.48 0 0.12 252.34 0.63 0.67
Hex 8B 75 E0 26 30 0 C FC 3F 43
Octal 213 165 340 46 60 0 14 374 77 103
Binary 10001011 1110101 11100000 100110 110000 0 1100 11111100 111111 1000011

Color Harmonies of #8B75E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B75E0

Black with #8B75E0

Text Example


Text Example

White with #8B75E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B75E0; }

 p { color: rgb(139,117,224); }

 H1.HeaderClassName
 {
   color: #8B75E0;
 }
 .AnyTagClassName
 {
   color: #8B75E0;
 }
</style>

background-color css

<style>
 a { background-color: #8B75E0; }

 a { background-color: rgb(139,117,224); }

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

border-color css

<style>
 span { border-color: #8B75E0; }

 span { border-color: rgb(139,117,224); }

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