Html Css Color HEX #8139CA Dark Orchid

📋 copy color: '#8139CA'

red 129 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #8139CA

Tints of Dark Orchid #8139CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 33.25%
G = 14.69%
B = 52.06%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8139CA (or 0x8139CA) is known color: Dark Orchid. HEX triplet: 81, 39 and CA. RGB value is (129,57,202). Sum of RGB (Red+Green+Blue) = 129+57+202=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #8139CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8139CA is #7EC635. Grayscale: #5E5E5E. Windows color (decimal): -8308278 or 13252993. OLE color: 13252993.

HSL color Cylindrical-coordinate representation of color #8139CA: hue angle of 269.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8139CA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 57 202 -
CMYK 0.36 0.72 0 0.21
HSL 269.79º 0.58% 0.51% -
HSV(B) 269.79º 0.72% 0.79% -
XYZ 21.18 11.86 57.05 -
YUV 95.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 129 57 202 0.36 0.72 0 0.21 269.79 0.58 0.51
Hex 81 39 CA 24 48 0 15 10E 3A 33
Octal 201 71 312 44 110 0 25 416 72 63
Binary 10000001 111001 11001010 100100 1001000 0 10101 100001110 111010 110011

Color Harmonies of #8139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8139CA

Black with #8139CA

Text Example


Text Example

White with #8139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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