Html Css Color HEX #863EBA Dark Orchid

📋 copy color: '#863EBA'

red 134 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #863EBA

Tints of Dark Orchid #863EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 35.08%
G = 16.23%
B = 48.69%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#863EBA (or 0x863EBA) is known color: Dark Orchid. HEX triplet: 86, 3E and BA. RGB value is (134,62,186). Sum of RGB (Red+Green+Blue) = 134+62+186=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #863EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EBA is #79C145. Grayscale: #616161. Windows color (decimal): -7979334 or 12205702. OLE color: 12205702.

HSL color Cylindrical-coordinate representation of color #863EBA: hue angle of 274.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863EBA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 62 186 -
CMYK 0.28 0.67 0 0.27
HSL 274.84º 0.5% 0.49% -
HSV(B) 274.84º 0.67% 0.73% -
XYZ 20.42 12.06 47.71 -
YUV 97.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 134 62 186 0.28 0.67 0 0.27 274.84 0.5 0.49
Hex 86 3E BA 1C 43 0 1B 113 32 31
Octal 206 76 272 34 103 0 33 423 62 61
Binary 10000110 111110 10111010 11100 1000011 0 11011 100010011 110010 110001

Color Harmonies of #863EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EBA

Black with #863EBA

Text Example


Text Example

White with #863EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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