Html Css Color HEX #863FBB Dark Orchid

📋 copy color: '#863FBB'

red 134 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #863FBB

Tints of Dark Orchid #863FBB

RGB

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

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

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

R = 34.9%
G = 16.41%
B = 48.7%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#863FBB (or 0x863FBB) is known color: Dark Orchid. HEX triplet: 86, 3F and BB. RGB value is (134,63,187). Sum of RGB (Red+Green+Blue) = 134+63+187=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #863FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FBB is #79C044. Grayscale: #616161. Windows color (decimal): -7979077 or 12271494. OLE color: 12271494.

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

Color convert

RGB 134 63 187 -
CMYK 0.28 0.66 0 0.27
HSL 274.35º 0.5% 0.49% -
HSV(B) 274.35º 0.66% 0.73% -
XYZ 20.58 12.21 48.29 -
YUV 98.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 134 63 187 0.28 0.66 0 0.27 274.35 0.5 0.49
Hex 86 3F BB 1C 42 0 1B 112 32 31
Octal 206 77 273 34 102 0 33 422 62 61
Binary 10000110 111111 10111011 11100 1000010 0 11011 100010010 110010 110001

Color Harmonies of #863FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FBB

Black with #863FBB

Text Example


Text Example

White with #863FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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