Html Css Color HEX #8440BE Dark Orchid

📋 copy color: '#8440BE'

red 132 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #8440BE

Tints of Dark Orchid #8440BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 34.2%
G = 16.58%
B = 49.22%

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

#8440BE (or 0x8440BE) is known color: Dark Orchid. HEX triplet: 84, 40 and BE. RGB value is (132,64,190). Sum of RGB (Red+Green+Blue) = 132+64+190=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8440BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440BE is #7BBF41. Grayscale: #626262. Windows color (decimal): -8109890 or 12468356. OLE color: 12468356.

HSL color Cylindrical-coordinate representation of color #8440BE: hue angle of 272.38º 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 #8440BE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 64 190 -
CMYK 0.31 0.66 0 0.25
HSL 272.38º 0.5% 0.5% -
HSV(B) 272.38º 0.66% 0.75% -
XYZ 20.64 12.29 50 -
YUV 98.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 132 64 190 0.31 0.66 0 0.25 272.38 0.5 0.5
Hex 84 40 BE 1F 42 0 19 110 32 32
Octal 204 100 276 37 102 0 31 420 62 62
Binary 10000100 1000000 10111110 11111 1000010 0 11001 100010000 110010 110010

Color Harmonies of #8440BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8440BE

Black with #8440BE

Text Example


Text Example

White with #8440BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8440BE; }

 p { color: rgb(132,64,190); }

 H1.HeaderClassName
 {
   color: #8440BE;
 }
 .AnyTagClassName
 {
   color: #8440BE;
 }
</style>

background-color css

<style>
 a { background-color: #8440BE; }

 a { background-color: rgb(132,64,190); }

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

border-color css

<style>
 span { border-color: #8440BE; }

 span { border-color: rgb(132,64,190); }

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