Html Css Color HEX #8B75DC Medium Purple

📋 copy color: '#8B75DC'

red 139 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #8B75DC

Tints of Medium Purple #8B75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 29.2%
G = 24.58%
B = 46.22%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B75DC (or 0x8B75DC) is known color: Medium Purple. HEX triplet: 8B, 75 and DC. RGB value is (139,117,220). Sum of RGB (Red+Green+Blue) = 139+117+220=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B75DC is #748A23. Grayscale: #868686. Windows color (decimal): -7637540 or 14448011. OLE color: 14448011.

HSL color Cylindrical-coordinate representation of color #8B75DC: hue angle of 252.82º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B75DC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 117 220 -
CMYK 0.37 0.47 0 0.14
HSL 252.82º 0.6% 0.66% -
HSV(B) 252.82º 0.47% 0.86% -
XYZ 29.93 23.38 70.65 -
YUV 135.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 139 117 220 0.37 0.47 0 0.14 252.82 0.6 0.66
Hex 8B 75 DC 25 2F 0 E FD 3C 42
Octal 213 165 334 45 57 0 16 375 74 102
Binary 10001011 1110101 11011100 100101 101111 0 1110 11111101 111100 1000010

Color Harmonies of #8B75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B75DC

Black with #8B75DC

Text Example


Text Example

White with #8B75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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