Html Css Color HEX #843ABF Dark Orchid

📋 copy color: '#843ABF'

red 132 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #843ABF

Tints of Dark Orchid #843ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 34.65%
G = 15.22%
B = 50.13%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#843ABF (or 0x843ABF) is known color: Dark Orchid. HEX triplet: 84, 3A and BF. RGB value is (132,58,191). Sum of RGB (Red+Green+Blue) = 132+58+191=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #843ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ABF is #7BC540. Grayscale: #5E5E5E. Windows color (decimal): -8111425 or 12532356. OLE color: 12532356.

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

Color convert

RGB 132 58 191 -
CMYK 0.31 0.70 0 0.25
HSL 273.38º 0.53% 0.49% -
HSV(B) 273.38º 0.7% 0.75% -
XYZ 20.43 11.69 50.47 -
YUV 95.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 132 58 191 0.31 0.70 0 0.25 273.38 0.53 0.49
Hex 84 3A BF 1F 46 0 19 111 35 31
Octal 204 72 277 37 106 0 31 421 65 61
Binary 10000100 111010 10111111 11111 1000110 0 11001 100010001 110101 110001

Color Harmonies of #843ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843ABF

Black with #843ABF

Text Example


Text Example

White with #843ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,58,191); }

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

background-color css

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

 a { background-color: rgb(132,58,191); }

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

border-color css

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

 span { border-color: rgb(132,58,191); }

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