Html Css Color HEX #863ABD Dark Orchid

📋 copy color: '#863ABD'

red 134 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #863ABD

Tints of Dark Orchid #863ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 35.17%
G = 15.22%
B = 49.61%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863ABD (or 0x863ABD) is known color: Dark Orchid. HEX triplet: 86, 3A and BD. RGB value is (134,58,189). Sum of RGB (Red+Green+Blue) = 134+58+189=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #863ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ABD is #79C542. Grayscale: #5F5F5F. Windows color (decimal): -7980355 or 12401286. OLE color: 12401286.

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

Color convert

RGB 134 58 189 -
CMYK 0.29 0.69 0 0.26
HSL 274.81º 0.53% 0.48% -
HSV(B) 274.81º 0.69% 0.74% -
XYZ 20.53 11.77 49.33 -
YUV 95.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 134 58 189 0.29 0.69 0 0.26 274.81 0.53 0.48
Hex 86 3A BD 1D 45 0 1A 113 35 30
Octal 206 72 275 35 105 0 32 423 65 60
Binary 10000110 111010 10111101 11101 1000101 0 11010 100010011 110101 110000

Color Harmonies of #863ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863ABD

Black with #863ABD

Text Example


Text Example

White with #863ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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