Html Css Color HEX #863ABB Dark Orchid

📋 copy color: '#863ABB'

red 134 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #863ABB

Tints of Dark Orchid #863ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 35.36%
G = 15.3%
B = 49.34%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#863ABB (or 0x863ABB) is known color: Dark Orchid. HEX triplet: 86, 3A and BB. RGB value is (134,58,187). Sum of RGB (Red+Green+Blue) = 134+58+187=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #863ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ABB is #79C544. Grayscale: #5E5E5E. Windows color (decimal): -7980357 or 12270214. OLE color: 12270214.

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

Color convert

RGB 134 58 187 -
CMYK 0.28 0.69 0 0.27
HSL 275.35º 0.53% 0.48% -
HSV(B) 275.35º 0.69% 0.73% -
XYZ 20.31 11.68 48.2 -
YUV 95.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 134 58 187 0.28 0.69 0 0.27 275.35 0.53 0.48
Hex 86 3A BB 1C 45 0 1B 113 35 30
Octal 206 72 273 34 105 0 33 423 65 60
Binary 10000110 111010 10111011 11100 1000101 0 11011 100010011 110101 110000

Color Harmonies of #863ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863ABB

Black with #863ABB

Text Example


Text Example

White with #863ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,187); }

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

background-color css

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

 a { background-color: rgb(134,58,187); }

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

border-color css

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

 span { border-color: rgb(134,58,187); }

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