Html Css Color HEX #8441BF Dark Orchid

📋 copy color: '#8441BF'

red 132 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #8441BF

Tints of Dark Orchid #8441BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

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

R = 34.02%
G = 16.75%
B = 49.23%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8441BF (or 0x8441BF) is known color: Dark Orchid. HEX triplet: 84, 41 and BF. RGB value is (132,65,191). Sum of RGB (Red+Green+Blue) = 132+65+191=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #8441BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441BF is #7BBE40. Grayscale: #626262. Windows color (decimal): -8109633 or 12534148. OLE color: 12534148.

HSL color Cylindrical-coordinate representation of color #8441BF: hue angle of 271.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8441BF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 65 191 -
CMYK 0.31 0.66 0 0.25
HSL 271.9º 0.5% 0.5% -
HSV(B) 271.9º 0.66% 0.75% -
XYZ 20.81 12.45 50.6 -
YUV 99.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 132 65 191 0.31 0.66 0 0.25 271.9 0.5 0.5
Hex 84 41 BF 1F 42 0 19 110 32 32
Octal 204 101 277 37 102 0 31 420 62 62
Binary 10000100 1000001 10111111 11111 1000010 0 11001 100010000 110010 110010

Color Harmonies of #8441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441BF

Black with #8441BF

Text Example


Text Example

White with #8441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8441BF; }

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

 H1.HeaderClassName
 {
   color: #8441BF;
 }
 .AnyTagClassName
 {
   color: #8441BF;
 }
</style>

background-color css

<style>
 a { background-color: #8441BF; }

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

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

border-color css

<style>
 span { border-color: #8441BF; }

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

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