Html Css Color HEX #862ABE Dark Orchid

📋 copy color: '#862ABE'

red 134 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #862ABE

Tints of Dark Orchid #862ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

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

R = 36.61%
G = 11.48%
B = 51.91%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#862ABE (or 0x862ABE) is known color: Dark Orchid. HEX triplet: 86, 2A and BE. RGB value is (134,42,190). Sum of RGB (Red+Green+Blue) = 134+42+190=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #862ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ABE is #79D541. Grayscale: #555555. Windows color (decimal): -7984450 or 12462726. OLE color: 12462726.

HSL color Cylindrical-coordinate representation of color #862ABE: hue angle of 277.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862ABE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 42 190 -
CMYK 0.29 0.78 0 0.25
HSL 277.3º 0.64% 0.45% -
HSV(B) 277.3º 0.78% 0.75% -
XYZ 19.95 10.44 49.68 -
YUV 86.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 134 42 190 0.29 0.78 0 0.25 277.3 0.64 0.45
Hex 86 2A BE 1D 4E 0 19 115 40 2D
Octal 206 52 276 35 116 0 31 425 100 55
Binary 10000110 101010 10111110 11101 1001110 0 11001 100010101 1000000 101101

Color Harmonies of #862ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862ABE

Black with #862ABE

Text Example


Text Example

White with #862ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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