Html Css Color HEX #8140BE Dark Orchid

📋 copy color: '#8140BE'

red 129 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #8140BE

Tints of Dark Orchid #8140BE

RGB

 RED value IS 129 (50.78% from 255) = 33.68%

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

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

R = 33.68%
G = 16.71%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8140BE (or 0x8140BE) is known color: Dark Orchid. HEX triplet: 81, 40 and BE. RGB value is (129,64,190). Sum of RGB (Red+Green+Blue) = 129+64+190=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #8140BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140BE is #7EBF41. Grayscale: #616161. Windows color (decimal): -8306498 or 12468353. OLE color: 12468353.

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

Color convert

RGB 129 64 190 -
CMYK 0.32 0.66 0 0.25
HSL 270.95º 0.5% 0.5% -
HSV(B) 270.95º 0.66% 0.75% -
XYZ 20.18 12.05 49.98 -
YUV 97.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 129 64 190 0.32 0.66 0 0.25 270.95 0.5 0.5
Hex 81 40 BE 20 42 0 19 10F 32 32
Octal 201 100 276 40 102 0 31 417 62 62
Binary 10000001 1000000 10111110 100000 1000010 0 11001 100001111 110010 110010

Color Harmonies of #8140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140BE

Black with #8140BE

Text Example


Text Example

White with #8140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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