Html Css Color HEX #8139C6 Dark Orchid

📋 copy color: '#8139C6'

red 129 ◦ green 57 ◦ blue 198

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

Shades of Dark Orchid #8139C6

Tints of Dark Orchid #8139C6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 33.59%
G = 14.84%
B = 51.56%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8139C6 (or 0x8139C6) is known color: Dark Orchid. HEX triplet: 81, 39 and C6. RGB value is (129,57,198). Sum of RGB (Red+Green+Blue) = 129+57+198=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #8139C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8139C6 is #7EC639. Grayscale: #5E5E5E. Windows color (decimal): -8308282 or 12990849. OLE color: 12990849.

HSL color Cylindrical-coordinate representation of color #8139C6: hue angle of 270.64º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8139C6 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 57 198 -
CMYK 0.35 0.71 0 0.22
HSL 270.64º 0.55% 0.5% -
HSV(B) 270.64º 0.71% 0.78% -
XYZ 20.71 11.67 54.59 -
YUV 94.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 129 57 198 0.35 0.71 0 0.22 270.64 0.55 0.5
Hex 81 39 C6 23 47 0 16 10F 37 32
Octal 201 71 306 43 107 0 26 417 67 62
Binary 10000001 111001 11000110 100011 1000111 0 10110 100001111 110111 110010

Color Harmonies of #8139C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8139C6

Black with #8139C6

Text Example


Text Example

White with #8139C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8139C6; }

 p { color: rgb(129,57,198); }

 H1.HeaderClassName
 {
   color: #8139C6;
 }
 .AnyTagClassName
 {
   color: #8139C6;
 }
</style>

background-color css

<style>
 a { background-color: #8139C6; }

 a { background-color: rgb(129,57,198); }

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

border-color css

<style>
 span { border-color: #8139C6; }

 span { border-color: rgb(129,57,198); }

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