Html Css Color HEX #8B65DC Medium Purple

📋 copy color: '#8B65DC'

red 139 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #8B65DC

Tints of Medium Purple #8B65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.96%

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

R = 30.22%
G = 21.96%
B = 47.83%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B65DC (or 0x8B65DC) is known color: Medium Purple. HEX triplet: 8B, 65 and DC. RGB value is (139,101,220). Sum of RGB (Red+Green+Blue) = 139+101+220=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65DC is #749A23. Grayscale: #7D7D7D. Windows color (decimal): -7641636 or 14443915. OLE color: 14443915.

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

Color convert

RGB 139 101 220 -
CMYK 0.37 0.54 0 0.14
HSL 259.16º 0.63% 0.63% -
HSV(B) 259.16º 0.54% 0.86% -
XYZ 28.22 19.96 70.08 -
YUV 125.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 139 101 220 0.37 0.54 0 0.14 259.16 0.63 0.63
Hex 8B 65 DC 25 36 0 E 103 3F 3F
Octal 213 145 334 45 66 0 16 403 77 77
Binary 10001011 1100101 11011100 100101 110110 0 1110 100000011 111111 111111

Color Harmonies of #8B65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B65DC

Black with #8B65DC

Text Example


Text Example

White with #8B65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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