Html Css Color HEX #843CBF Dark Orchid

📋 copy color: '#843CBF'

red 132 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #843CBF

Tints of Dark Orchid #843CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

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

R = 34.46%
G = 15.67%
B = 49.87%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#843CBF (or 0x843CBF) is known color: Dark Orchid. HEX triplet: 84, 3C and BF. RGB value is (132,60,191). Sum of RGB (Red+Green+Blue) = 132+60+191=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #843CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CBF is #7BC340. Grayscale: #606060. Windows color (decimal): -8110913 or 12532868. OLE color: 12532868.

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

Color convert

RGB 132 60 191 -
CMYK 0.31 0.69 0 0.25
HSL 272.98º 0.52% 0.49% -
HSV(B) 272.98º 0.69% 0.75% -
XYZ 20.54 11.9 50.5 -
YUV 96.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 132 60 191 0.31 0.69 0 0.25 272.98 0.52 0.49
Hex 84 3C BF 1F 45 0 19 111 34 31
Octal 204 74 277 37 105 0 31 421 64 61
Binary 10000100 111100 10111111 11111 1000101 0 11001 100010001 110100 110001

Color Harmonies of #843CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CBF

Black with #843CBF

Text Example


Text Example

White with #843CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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