Html Css Color HEX #8B3BBF Dark Orchid

📋 copy color: '#8B3BBF'

red 139 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #8B3BBF

Tints of Dark Orchid #8B3BBF

RGB

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

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

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

R = 35.73%
G = 15.17%
B = 49.1%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B3BBF (or 0x8B3BBF) is known color: Dark Orchid. HEX triplet: 8B, 3B and BF. RGB value is (139,59,191). Sum of RGB (Red+Green+Blue) = 139+59+191=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B3BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BBF is #74C440. Grayscale: #616161. Windows color (decimal): -7652417 or 12532619. OLE color: 12532619.

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

Color convert

RGB 139 59 191 -
CMYK 0.27 0.69 0 0.25
HSL 276.36º 0.53% 0.49% -
HSV(B) 276.36º 0.69% 0.75% -
XYZ 21.62 12.38 50.54 -
YUV 97.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 139 59 191 0.27 0.69 0 0.25 276.36 0.53 0.49
Hex 8B 3B BF 1B 45 0 19 114 35 31
Octal 213 73 277 33 105 0 31 424 65 61
Binary 10001011 111011 10111111 11011 1000101 0 11001 100010100 110101 110001

Color Harmonies of #8B3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3BBF

Black with #8B3BBF

Text Example


Text Example

White with #8B3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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