Html Css Color HEX #8B40BF Dark Orchid

📋 copy color: '#8B40BF'

red 139 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8B40BF

Tints of Dark Orchid #8B40BF

RGB

 RED value IS 139 (54.69% from 255) = 35.28%

 GREEN value IS 64 (25.39% from 255) = 16.24%

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

R = 35.28%
G = 16.24%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B40BF (or 0x8B40BF) is known color: Dark Orchid. HEX triplet: 8B, 40 and BF. RGB value is (139,64,191). Sum of RGB (Red+Green+Blue) = 139+64+191=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B40BF is #74BF40. Grayscale: #646464. Windows color (decimal): -7651137 or 12533899. OLE color: 12533899.

HSL color Cylindrical-coordinate representation of color #8B40BF: hue angle of 275.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B40BF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 64 191 -
CMYK 0.27 0.66 0 0.25
HSL 275.43º 0.5% 0.5% -
HSV(B) 275.43º 0.66% 0.75% -
XYZ 21.88 12.92 50.63 -
YUV 100.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 139 64 191 0.27 0.66 0 0.25 275.43 0.5 0.5
Hex 8B 40 BF 1B 42 0 19 113 32 32
Octal 213 100 277 33 102 0 31 423 62 62
Binary 10001011 1000000 10111111 11011 1000010 0 11001 100010011 110010 110010

Color Harmonies of #8B40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B40BF

Black with #8B40BF

Text Example


Text Example

White with #8B40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B40BF; }

 p { color: rgb(139,64,191); }

 H1.HeaderClassName
 {
   color: #8B40BF;
 }
 .AnyTagClassName
 {
   color: #8B40BF;
 }
</style>

background-color css

<style>
 a { background-color: #8B40BF; }

 a { background-color: rgb(139,64,191); }

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

border-color css

<style>
 span { border-color: #8B40BF; }

 span { border-color: rgb(139,64,191); }

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