Html Css Color HEX #8B2DBE Dark Orchid

📋 copy color: '#8B2DBE'

red 139 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #8B2DBE

Tints of Dark Orchid #8B2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.03%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 37.17%
G = 12.03%
B = 50.8%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B2DBE (or 0x8B2DBE) is known color: Dark Orchid. HEX triplet: 8B, 2D and BE. RGB value is (139,45,190). Sum of RGB (Red+Green+Blue) = 139+45+190=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2DBE is #74D241. Grayscale: #595959. Windows color (decimal): -7656002 or 12463499. OLE color: 12463499.

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

Color convert

RGB 139 45 190 -
CMYK 0.27 0.76 0 0.25
HSL 278.9º 0.62% 0.46% -
HSV(B) 278.9º 0.76% 0.75% -
XYZ 20.88 11.08 49.75 -
YUV 89.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 139 45 190 0.27 0.76 0 0.25 278.9 0.62 0.46
Hex 8B 2D BE 1B 4C 0 19 117 3E 2E
Octal 213 55 276 33 114 0 31 427 76 56
Binary 10001011 101101 10111110 11011 1001100 0 11001 100010111 111110 101110

Color Harmonies of #8B2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2DBE

Black with #8B2DBE

Text Example


Text Example

White with #8B2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,45,190); }

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

background-color css

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

 a { background-color: rgb(139,45,190); }

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

border-color css

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

 span { border-color: rgb(139,45,190); }

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