Html Css Color HEX #8B38BF Dark Orchid

📋 copy color: '#8B38BF'

red 139 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8B38BF

Tints of Dark Orchid #8B38BF

RGB

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

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

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

R = 36.01%
G = 14.51%
B = 49.48%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B38BF (or 0x8B38BF) is known color: Dark Orchid. HEX triplet: 8B, 38 and BF. RGB value is (139,56,191). Sum of RGB (Red+Green+Blue) = 139+56+191=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B38BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38BF is #74C740. Grayscale: #5F5F5F. Windows color (decimal): -7653185 or 12531851. OLE color: 12531851.

HSL color Cylindrical-coordinate representation of color #8B38BF: hue angle of 276.89º 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 #8B38BF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 56 191 -
CMYK 0.27 0.71 0 0.25
HSL 276.89º 0.55% 0.48% -
HSV(B) 276.89º 0.71% 0.75% -
XYZ 21.47 12.08 50.49 -
YUV 96.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 139 56 191 0.27 0.71 0 0.25 276.89 0.55 0.48
Hex 8B 38 BF 1B 47 0 19 115 37 30
Octal 213 70 277 33 107 0 31 425 67 60
Binary 10001011 111000 10111111 11011 1000111 0 11001 100010101 110111 110000

Color Harmonies of #8B38BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B38BF

Black with #8B38BF

Text Example


Text Example

White with #8B38BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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