Html Css Color HEX #8B2BD0 Dark Orchid

📋 copy color: '#8B2BD0'

red 139 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #8B2BD0

Tints of Dark Orchid #8B2BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

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

R = 35.64%
G = 11.03%
B = 53.33%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8B2BD0 (or 0x8B2BD0) is known color: Dark Orchid. HEX triplet: 8B, 2B and D0. RGB value is (139,43,208). Sum of RGB (Red+Green+Blue) = 139+43+208=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B2BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2BD0 is #74D42F. Grayscale: #595959. Windows color (decimal): -7656496 or 13642635. OLE color: 13642635.

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

Color convert

RGB 139 43 208 -
CMYK 0.33 0.79 0 0.18
HSL 274.91º 0.66% 0.49% -
HSV(B) 274.91º 0.79% 0.82% -
XYZ 22.9 11.77 60.74 -
YUV 90.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 139 43 208 0.33 0.79 0 0.18 274.91 0.66 0.49
Hex 8B 2B D0 21 4F 0 12 113 42 31
Octal 213 53 320 41 117 0 22 423 102 61
Binary 10001011 101011 11010000 100001 1001111 0 10010 100010011 1000010 110001

Color Harmonies of #8B2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2BD0

Black with #8B2BD0

Text Example


Text Example

White with #8B2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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