Html Css Color HEX #8B65DF Medium Purple

📋 copy color: '#8B65DF'

red 139 ◦ green 101 ◦ blue 223

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

Shades of Medium Purple #8B65DF

Tints of Medium Purple #8B65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 30.02%
G = 21.81%
B = 48.16%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B65DF (or 0x8B65DF) is known color: Medium Purple. HEX triplet: 8B, 65 and DF. RGB value is (139,101,223). Sum of RGB (Red+Green+Blue) = 139+101+223=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65DF is #749A20. Grayscale: #7D7D7D. Windows color (decimal): -7641633 or 14640523. OLE color: 14640523.

HSL color Cylindrical-coordinate representation of color #8B65DF: hue angle of 258.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B65DF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 101 223 -
CMYK 0.38 0.55 0 0.13
HSL 258.69º 0.66% 0.64% -
HSV(B) 258.69º 0.55% 0.87% -
XYZ 28.62 20.12 72.19 -
YUV 126.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 139 101 223 0.38 0.55 0 0.13 258.69 0.66 0.64
Hex 8B 65 DF 26 37 0 D 103 42 40
Octal 213 145 337 46 67 0 15 403 102 100
Binary 10001011 1100101 11011111 100110 110111 0 1101 100000011 1000010 1000000

Color Harmonies of #8B65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B65DF

Black with #8B65DF

Text Example


Text Example

White with #8B65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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