Html Css Color HEX #8138BF Dark Orchid

📋 copy color: '#8138BF'

red 129 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8138BF

Tints of Dark Orchid #8138BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 34.31%
G = 14.89%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8138BF (or 0x8138BF) is known color: Dark Orchid. HEX triplet: 81, 38 and BF. RGB value is (129,56,191). Sum of RGB (Red+Green+Blue) = 129+56+191=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8138BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138BF is #7EC740. Grayscale: #5C5C5C. Windows color (decimal): -8308545 or 12531841. OLE color: 12531841.

HSL color Cylindrical-coordinate representation of color #8138BF: hue angle of 272.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8138BF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 56 191 -
CMYK 0.32 0.71 0 0.25
HSL 272.44º 0.55% 0.48% -
HSV(B) 272.44º 0.71% 0.75% -
XYZ 19.87 11.26 50.42 -
YUV 93.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 129 56 191 0.32 0.71 0 0.25 272.44 0.55 0.48
Hex 81 38 BF 20 47 0 19 110 37 30
Octal 201 70 277 40 107 0 31 420 67 60
Binary 10000001 111000 10111111 100000 1000111 0 11001 100010000 110111 110000

Color Harmonies of #8138BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138BF

Black with #8138BF

Text Example


Text Example

White with #8138BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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