Html Css Color HEX #8138BA Dark Orchid

📋 copy color: '#8138BA'

red 129 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #8138BA

Tints of Dark Orchid #8138BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 34.77%
G = 15.09%
B = 50.13%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8138BA (or 0x8138BA) is known color: Dark Orchid. HEX triplet: 81, 38 and BA. RGB value is (129,56,186). Sum of RGB (Red+Green+Blue) = 129+56+186=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8138BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138BA is #7EC745. Grayscale: #5C5C5C. Windows color (decimal): -8308550 or 12204161. OLE color: 12204161.

HSL color Cylindrical-coordinate representation of color #8138BA: hue angle of 273.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8138BA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 56 186 -
CMYK 0.31 0.70 0 0.27
HSL 273.69º 0.54% 0.47% -
HSV(B) 273.69º 0.7% 0.73% -
XYZ 19.33 11.04 47.57 -
YUV 92.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 129 56 186 0.31 0.70 0 0.27 273.69 0.54 0.47
Hex 81 38 BA 1F 46 0 1B 112 36 2F
Octal 201 70 272 37 106 0 33 422 66 57
Binary 10000001 111000 10111010 11111 1000110 0 11011 100010010 110110 101111

Color Harmonies of #8138BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138BA

Black with #8138BA

Text Example


Text Example

White with #8138BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8138BA; }

 p { color: rgb(129,56,186); }

 H1.HeaderClassName
 {
   color: #8138BA;
 }
 .AnyTagClassName
 {
   color: #8138BA;
 }
</style>

background-color css

<style>
 a { background-color: #8138BA; }

 a { background-color: rgb(129,56,186); }

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

border-color css

<style>
 span { border-color: #8138BA; }

 span { border-color: rgb(129,56,186); }

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