Html Css Color HEX #843DBB Dark Orchid

📋 copy color: '#843DBB'

red 132 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #843DBB

Tints of Dark Orchid #843DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

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

R = 34.74%
G = 16.05%
B = 49.21%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#843DBB (or 0x843DBB) is known color: Dark Orchid. HEX triplet: 84, 3D and BB. RGB value is (132,61,187). Sum of RGB (Red+Green+Blue) = 132+61+187=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #843DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DBB is #7BC244. Grayscale: #606060. Windows color (decimal): -8110661 or 12270980. OLE color: 12270980.

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

Color convert

RGB 132 61 187 -
CMYK 0.29 0.67 0 0.27
HSL 273.81º 0.51% 0.49% -
HSV(B) 273.81º 0.67% 0.73% -
XYZ 20.15 11.83 48.24 -
YUV 96.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 132 61 187 0.29 0.67 0 0.27 273.81 0.51 0.49
Hex 84 3D BB 1D 43 0 1B 112 33 31
Octal 204 75 273 35 103 0 33 422 63 61
Binary 10000100 111101 10111011 11101 1000011 0 11011 100010010 110011 110001

Color Harmonies of #843DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DBB

Black with #843DBB

Text Example


Text Example

White with #843DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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