Html Css Color HEX #862FBA Dark Orchid

📋 copy color: '#862FBA'

red 134 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #862FBA

Tints of Dark Orchid #862FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 36.51%
G = 12.81%
B = 50.68%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#862FBA (or 0x862FBA) is known color: Dark Orchid. HEX triplet: 86, 2F and BA. RGB value is (134,47,186). Sum of RGB (Red+Green+Blue) = 134+47+186=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #862FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FBA is #79D045. Grayscale: #585858. Windows color (decimal): -7983174 or 12201862. OLE color: 12201862.

HSL color Cylindrical-coordinate representation of color #862FBA: hue angle of 277.55º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862FBA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 47 186 -
CMYK 0.28 0.75 0 0.27
HSL 277.55º 0.6% 0.46% -
HSV(B) 277.55º 0.75% 0.73% -
XYZ 19.71 10.65 47.47 -
YUV 88.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 134 47 186 0.28 0.75 0 0.27 277.55 0.6 0.46
Hex 86 2F BA 1C 4B 0 1B 116 3C 2E
Octal 206 57 272 34 113 0 33 426 74 56
Binary 10000110 101111 10111010 11100 1001011 0 11011 100010110 111100 101110

Color Harmonies of #862FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862FBA

Black with #862FBA

Text Example


Text Example

White with #862FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862FBA; }

 p { color: rgb(134,47,186); }

 H1.HeaderClassName
 {
   color: #862FBA;
 }
 .AnyTagClassName
 {
   color: #862FBA;
 }
</style>

background-color css

<style>
 a { background-color: #862FBA; }

 a { background-color: rgb(134,47,186); }

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

border-color css

<style>
 span { border-color: #862FBA; }

 span { border-color: rgb(134,47,186); }

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