Html Css Color HEX #8138BC Dark Orchid

📋 copy color: '#8138BC'

red 129 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #8138BC

Tints of Dark Orchid #8138BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 34.58%
G = 15.01%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8138BC (or 0x8138BC) is known color: Dark Orchid. HEX triplet: 81, 38 and BC. RGB value is (129,56,188). Sum of RGB (Red+Green+Blue) = 129+56+188=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8138BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138BC is #7EC743. Grayscale: #5C5C5C. Windows color (decimal): -8308548 or 12335233. OLE color: 12335233.

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

Color convert

RGB 129 56 188 -
CMYK 0.31 0.70 0 0.26
HSL 273.18º 0.54% 0.48% -
HSV(B) 273.18º 0.7% 0.74% -
XYZ 19.54 11.13 48.69 -
YUV 92.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 129 56 188 0.31 0.70 0 0.26 273.18 0.54 0.48
Hex 81 38 BC 1F 46 0 1A 111 36 30
Octal 201 70 274 37 106 0 32 421 66 60
Binary 10000001 111000 10111100 11111 1000110 0 11010 100010001 110110 110000

Color Harmonies of #8138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138BC

Black with #8138BC

Text Example


Text Example

White with #8138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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