Html Css Color HEX #863EBE Dark Orchid

📋 copy color: '#863EBE'

red 134 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #863EBE

Tints of Dark Orchid #863EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 34.72%
G = 16.06%
B = 49.22%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#863EBE (or 0x863EBE) is known color: Dark Orchid. HEX triplet: 86, 3E and BE. RGB value is (134,62,190). Sum of RGB (Red+Green+Blue) = 134+62+190=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #863EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EBE is #79C141. Grayscale: #616161. Windows color (decimal): -7979330 or 12467846. OLE color: 12467846.

HSL color Cylindrical-coordinate representation of color #863EBE: hue angle of 273.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863EBE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 62 190 -
CMYK 0.29 0.67 0 0.25
HSL 273.75º 0.51% 0.49% -
HSV(B) 273.75º 0.67% 0.75% -
XYZ 20.85 12.23 49.98 -
YUV 98.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 134 62 190 0.29 0.67 0 0.25 273.75 0.51 0.49
Hex 86 3E BE 1D 43 0 19 112 33 31
Octal 206 76 276 35 103 0 31 422 63 61
Binary 10000110 111110 10111110 11101 1000011 0 11001 100010010 110011 110001

Color Harmonies of #863EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EBE

Black with #863EBE

Text Example


Text Example

White with #863EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,62,190); }

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

background-color css

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

 a { background-color: rgb(134,62,190); }

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

border-color css

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

 span { border-color: rgb(134,62,190); }

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