Html Css Color HEX #863FBD Dark Orchid

📋 copy color: '#863FBD'

red 134 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #863FBD

Tints of Dark Orchid #863FBD

RGB

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

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

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

R = 34.72%
G = 16.32%
B = 48.96%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863FBD (or 0x863FBD) is known color: Dark Orchid. HEX triplet: 86, 3F and BD. RGB value is (134,63,189). Sum of RGB (Red+Green+Blue) = 134+63+189=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #863FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FBD is #79C042. Grayscale: #626262. Windows color (decimal): -7979075 or 12402566. OLE color: 12402566.

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

Color convert

RGB 134 63 189 -
CMYK 0.29 0.67 0 0.26
HSL 273.81º 0.5% 0.49% -
HSV(B) 273.81º 0.67% 0.74% -
XYZ 20.79 12.3 49.42 -
YUV 98.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 134 63 189 0.29 0.67 0 0.26 273.81 0.5 0.49
Hex 86 3F BD 1D 43 0 1A 112 32 31
Octal 206 77 275 35 103 0 32 422 62 61
Binary 10000110 111111 10111101 11101 1000011 0 11010 100010010 110010 110001

Color Harmonies of #863FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FBD

Black with #863FBD

Text Example


Text Example

White with #863FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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