Html Css Color HEX #862EBA Dark Orchid

📋 copy color: '#862EBA'

red 134 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #862EBA

Tints of Dark Orchid #862EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.57%

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

R = 36.61%
G = 12.57%
B = 50.82%

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

#862EBA (or 0x862EBA) is known color: Dark Orchid. HEX triplet: 86, 2E and BA. RGB value is (134,46,186). Sum of RGB (Red+Green+Blue) = 134+46+186=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #862EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EBA is #79D145. Grayscale: #575757. Windows color (decimal): -7983430 or 12201606. OLE color: 12201606.

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

Color convert

RGB 134 46 186 -
CMYK 0.28 0.75 0 0.27
HSL 277.71º 0.6% 0.45% -
HSV(B) 277.71º 0.75% 0.73% -
XYZ 19.67 10.57 47.46 -
YUV 88.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 134 46 186 0.28 0.75 0 0.27 277.71 0.6 0.45
Hex 86 2E BA 1C 4B 0 1B 116 3C 2D
Octal 206 56 272 34 113 0 33 426 74 55
Binary 10000110 101110 10111010 11100 1001011 0 11011 100010110 111100 101101

Color Harmonies of #862EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862EBA

Black with #862EBA

Text Example


Text Example

White with #862EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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