Html Css Color HEX #843EBE Dark Orchid

📋 copy color: '#843EBE'

red 132 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #843EBE

Tints of Dark Orchid #843EBE

RGB

 RED value IS 132 (51.95% from 255) = 34.38%

 GREEN value IS 62 (24.61% from 255) = 16.15%

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

R = 34.38%
G = 16.15%
B = 49.48%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#843EBE (or 0x843EBE) is known color: Dark Orchid. HEX triplet: 84, 3E and BE. RGB value is (132,62,190). Sum of RGB (Red+Green+Blue) = 132+62+190=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #843EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EBE is #7BC141. Grayscale: #616161. Windows color (decimal): -8110402 or 12467844. OLE color: 12467844.

HSL color Cylindrical-coordinate representation of color #843EBE: hue angle of 272.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843EBE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 62 190 -
CMYK 0.31 0.67 0 0.25
HSL 272.81º 0.51% 0.49% -
HSV(B) 272.81º 0.67% 0.75% -
XYZ 20.53 12.07 49.96 -
YUV 97.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 132 62 190 0.31 0.67 0 0.25 272.81 0.51 0.49
Hex 84 3E BE 1F 43 0 19 111 33 31
Octal 204 76 276 37 103 0 31 421 63 61
Binary 10000100 111110 10111110 11111 1000011 0 11001 100010001 110011 110001

Color Harmonies of #843EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843EBE

Black with #843EBE

Text Example


Text Example

White with #843EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843EBE; }

 p { color: rgb(132,62,190); }

 H1.HeaderClassName
 {
   color: #843EBE;
 }
 .AnyTagClassName
 {
   color: #843EBE;
 }
</style>

background-color css

<style>
 a { background-color: #843EBE; }

 a { background-color: rgb(132,62,190); }

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

border-color css

<style>
 span { border-color: #843EBE; }

 span { border-color: rgb(132,62,190); }

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