Html Css Color HEX #843ABB Dark Orchid

📋 copy color: '#843ABB'

red 132 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #843ABB

Tints of Dark Orchid #843ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 35.01%
G = 15.38%
B = 49.6%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#843ABB (or 0x843ABB) is known color: Dark Orchid. HEX triplet: 84, 3A and BB. RGB value is (132,58,187). Sum of RGB (Red+Green+Blue) = 132+58+187=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #843ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ABB is #7BC544. Grayscale: #5E5E5E. Windows color (decimal): -8111429 or 12270212. OLE color: 12270212.

HSL color Cylindrical-coordinate representation of color #843ABB: hue angle of 274.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843ABB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 58 187 -
CMYK 0.29 0.69 0 0.27
HSL 274.42º 0.53% 0.48% -
HSV(B) 274.42º 0.69% 0.73% -
XYZ 20 11.52 48.18 -
YUV 94.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 132 58 187 0.29 0.69 0 0.27 274.42 0.53 0.48
Hex 84 3A BB 1D 45 0 1B 112 35 30
Octal 204 72 273 35 105 0 33 422 65 60
Binary 10000100 111010 10111011 11101 1000101 0 11011 100010010 110101 110000

Color Harmonies of #843ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843ABB

Black with #843ABB

Text Example


Text Example

White with #843ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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