Html Css Color HEX #863F7B Dark Purple

📋 copy color: '#863F7B'

red 134 ◦ green 63 ◦ blue 123

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

Shades of Dark Purple #863F7B

Tints of Dark Purple #863F7B

RGB

 RED value IS 134 (52.73% from 255) = 41.88%

 GREEN value IS 63 (25% from 255) = 19.69%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 41.88%
G = 19.69%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#863F7B (or 0x863F7B) is known color: Dark Purple. HEX triplet: 86, 3F and 7B. RGB value is (134,63,123). Sum of RGB (Red+Green+Blue) = 134+63+123=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F7B is #79C084. Grayscale: #5A5A5A. Windows color (decimal): -7979141 or 8077190. OLE color: 8077190.

HSL color Cylindrical-coordinate representation of color #863F7B: hue angle of 309.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F7B is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 123 -
CMYK 0 0.53 0.08 0.47
HSL 309.3º 0.36% 0.39% -
HSV(B) 309.3º 0.53% 0.53% -
XYZ 15.18 10.05 19.88 -
YUV 91.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 134 63 123 0 0.53 0.08 0.47 309.3 0.36 0.39
Hex 86 3F 7B 0 35 8 2F 135 24 27
Octal 206 77 173 0 65 10 57 465 44 47
Binary 10000110 111111 1111011 0 110101 1000 101111 100110101 100100 100111

Color Harmonies of #863F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F7B

Black with #863F7B

Text Example


Text Example

White with #863F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F7B; }

 p { color: rgb(134,63,123); }

 H1.HeaderClassName
 {
   color: #863F7B;
 }
 .AnyTagClassName
 {
   color: #863F7B;
 }
</style>

background-color css

<style>
 a { background-color: #863F7B; }

 a { background-color: rgb(134,63,123); }

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

border-color css

<style>
 span { border-color: #863F7B; }

 span { border-color: rgb(134,63,123); }

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