Html Css Color HEX #8B3BD0 Dark Orchid

📋 copy color: '#8B3BD0'

red 139 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #8B3BD0

Tints of Dark Orchid #8B3BD0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 34.24%
G = 14.53%
B = 51.23%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8B3BD0 (or 0x8B3BD0) is known color: Dark Orchid. HEX triplet: 8B, 3B and D0. RGB value is (139,59,208). Sum of RGB (Red+Green+Blue) = 139+59+208=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BD0 is #74C42F. Grayscale: #636363. Windows color (decimal): -7652400 or 13646731. OLE color: 13646731.

HSL color Cylindrical-coordinate representation of color #8B3BD0: hue angle of 272.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B3BD0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 59 208 -
CMYK 0.33 0.72 0 0.18
HSL 272.21º 0.61% 0.52% -
HSV(B) 272.21º 0.72% 0.82% -
XYZ 23.6 13.17 60.97 -
YUV 99.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 139 59 208 0.33 0.72 0 0.18 272.21 0.61 0.52
Hex 8B 3B D0 21 48 0 12 110 3D 34
Octal 213 73 320 41 110 0 22 420 75 64
Binary 10001011 111011 11010000 100001 1001000 0 10010 100010000 111101 110100

Color Harmonies of #8B3BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3BD0

Black with #8B3BD0

Text Example


Text Example

White with #8B3BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,59,208); }

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

background-color css

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

 a { background-color: rgb(139,59,208); }

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

border-color css

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

 span { border-color: rgb(139,59,208); }

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