Html Css Color HEX #8B34BC Dark Orchid

📋 copy color: '#8B34BC'

red 139 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #8B34BC

Tints of Dark Orchid #8B34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 36.68%
G = 13.72%
B = 49.6%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B34BC (or 0x8B34BC) is known color: Dark Orchid. HEX triplet: 8B, 34 and BC. RGB value is (139,52,188). Sum of RGB (Red+Green+Blue) = 139+52+188=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B34BC is #74CB43. Grayscale: #5D5D5D. Windows color (decimal): -7654212 or 12334219. OLE color: 12334219.

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

Color convert

RGB 139 52 188 -
CMYK 0.26 0.72 0 0.26
HSL 278.38º 0.57% 0.47% -
HSV(B) 278.38º 0.72% 0.74% -
XYZ 20.95 11.58 48.71 -
YUV 93.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 139 52 188 0.26 0.72 0 0.26 278.38 0.57 0.47
Hex 8B 34 BC 1A 48 0 1A 116 39 2F
Octal 213 64 274 32 110 0 32 426 71 57
Binary 10001011 110100 10111100 11010 1001000 0 11010 100010110 111001 101111

Color Harmonies of #8B34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B34BC

Black with #8B34BC

Text Example


Text Example

White with #8B34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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