Html Css Color HEX #8119B9 Dark Orchid

📋 copy color: '#8119B9'

red 129 ◦ green 25 ◦ blue 185

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

Shades of Dark Orchid #8119B9

Tints of Dark Orchid #8119B9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 185 (72.66% from 255) = 54.57%

R = 38.05%
G = 7.37%
B = 54.57%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8119B9 (or 0x8119B9) is known color: Dark Orchid. HEX triplet: 81, 19 and B9. RGB value is (129,25,185). Sum of RGB (Red+Green+Blue) = 129+25+185=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #8119B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119B9 is #7EE646. Grayscale: #494949. Windows color (decimal): -8316487 or 12130689. OLE color: 12130689.

HSL color Cylindrical-coordinate representation of color #8119B9: hue angle of 279º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8119B9 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 25 185 -
CMYK 0.30 0.86 0 0.27
HSL 279º 0.76% 0.41% -
HSV(B) 279º 0.86% 0.73% -
XYZ 18.16 8.87 46.65 -
YUV 74.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 129 25 185 0.30 0.86 0 0.27 279 0.76 0.41
Hex 81 19 B9 1E 56 0 1B 117 4C 29
Octal 201 31 271 36 126 0 33 427 114 51
Binary 10000001 11001 10111001 11110 1010110 0 11011 100010111 1001100 101001

Color Harmonies of #8119B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8119B9

Black with #8119B9

Text Example


Text Example

White with #8119B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8119B9; }

 p { color: rgb(129,25,185); }

 H1.HeaderClassName
 {
   color: #8119B9;
 }
 .AnyTagClassName
 {
   color: #8119B9;
 }
</style>

background-color css

<style>
 a { background-color: #8119B9; }

 a { background-color: rgb(129,25,185); }

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

border-color css

<style>
 span { border-color: #8119B9; }

 span { border-color: rgb(129,25,185); }

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