Html Css Color HEX #8B34BB Dark Orchid

📋 copy color: '#8B34BB'

red 139 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #8B34BB

Tints of Dark Orchid #8B34BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 36.77%
G = 13.76%
B = 49.47%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B34BB (or 0x8B34BB) is known color: Dark Orchid. HEX triplet: 8B, 34 and BB. RGB value is (139,52,187). Sum of RGB (Red+Green+Blue) = 139+52+187=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B34BB is #74CB44. Grayscale: #5C5C5C. Windows color (decimal): -7654213 or 12268683. OLE color: 12268683.

HSL color Cylindrical-coordinate representation of color #8B34BB: hue angle of 278.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B34BB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 52 187 -
CMYK 0.26 0.72 0 0.27
HSL 278.67º 0.56% 0.47% -
HSV(B) 278.67º 0.72% 0.73% -
XYZ 20.85 11.53 48.14 -
YUV 93.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 139 52 187 0.26 0.72 0 0.27 278.67 0.56 0.47
Hex 8B 34 BB 1A 48 0 1B 117 38 2F
Octal 213 64 273 32 110 0 33 427 70 57
Binary 10001011 110100 10111011 11010 1001000 0 11011 100010111 111000 101111

Color Harmonies of #8B34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B34BB

Black with #8B34BB

Text Example


Text Example

White with #8B34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,52,187); }

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

background-color css

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

 a { background-color: rgb(139,52,187); }

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

border-color css

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

 span { border-color: rgb(139,52,187); }

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