Html Css Color HEX #863BBE Dark Orchid

📋 copy color: '#863BBE'

red 134 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #863BBE

Tints of Dark Orchid #863BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 34.99%
G = 15.4%
B = 49.61%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#863BBE (or 0x863BBE) is known color: Dark Orchid. HEX triplet: 86, 3B and BE. RGB value is (134,59,190). Sum of RGB (Red+Green+Blue) = 134+59+190=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #863BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BBE is #79C441. Grayscale: #5F5F5F. Windows color (decimal): -7980098 or 12467078. OLE color: 12467078.

HSL color Cylindrical-coordinate representation of color #863BBE: hue angle of 274.35º 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 #863BBE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 59 190 -
CMYK 0.29 0.69 0 0.25
HSL 274.35º 0.53% 0.49% -
HSV(B) 274.35º 0.69% 0.75% -
XYZ 20.69 11.91 49.92 -
YUV 96.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 134 59 190 0.29 0.69 0 0.25 274.35 0.53 0.49
Hex 86 3B BE 1D 45 0 19 112 35 31
Octal 206 73 276 35 105 0 31 422 65 61
Binary 10000110 111011 10111110 11101 1000101 0 11001 100010010 110101 110001

Color Harmonies of #863BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BBE

Black with #863BBE

Text Example


Text Example

White with #863BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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