Html Css Color HEX #863BBF Dark Orchid

📋 copy color: '#863BBF'

red 134 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #863BBF

Tints of Dark Orchid #863BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 34.9%
G = 15.36%
B = 49.74%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#863BBF (or 0x863BBF) is known color: Dark Orchid. HEX triplet: 86, 3B and BF. RGB value is (134,59,191). Sum of RGB (Red+Green+Blue) = 134+59+191=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #863BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BBF is #79C440. Grayscale: #606060. Windows color (decimal): -7980097 or 12532614. OLE color: 12532614.

HSL color Cylindrical-coordinate representation of color #863BBF: hue angle of 274.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863BBF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 59 191 -
CMYK 0.30 0.69 0 0.25
HSL 274.09º 0.53% 0.49% -
HSV(B) 274.09º 0.69% 0.75% -
XYZ 20.8 11.96 50.5 -
YUV 96.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 134 59 191 0.30 0.69 0 0.25 274.09 0.53 0.49
Hex 86 3B BF 1E 45 0 19 112 35 31
Octal 206 73 277 36 105 0 31 422 65 61
Binary 10000110 111011 10111111 11110 1000101 0 11001 100010010 110101 110001

Color Harmonies of #863BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BBF

Black with #863BBF

Text Example


Text Example

White with #863BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,191); }

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

background-color css

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

 a { background-color: rgb(134,59,191); }

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

border-color css

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

 span { border-color: rgb(134,59,191); }

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