Html Css Color HEX #8B33BF Dark Orchid

📋 copy color: '#8B33BF'

red 139 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #8B33BF

Tints of Dark Orchid #8B33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

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

R = 36.48%
G = 13.39%
B = 50.13%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B33BF (or 0x8B33BF) is known color: Dark Orchid. HEX triplet: 8B, 33 and BF. RGB value is (139,51,191). Sum of RGB (Red+Green+Blue) = 139+51+191=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33BF is #74CC40. Grayscale: #5C5C5C. Windows color (decimal): -7654465 or 12530571. OLE color: 12530571.

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

Color convert

RGB 139 51 191 -
CMYK 0.27 0.73 0 0.25
HSL 277.71º 0.58% 0.47% -
HSV(B) 277.71º 0.73% 0.75% -
XYZ 21.24 11.62 50.41 -
YUV 93.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 139 51 191 0.27 0.73 0 0.25 277.71 0.58 0.47
Hex 8B 33 BF 1B 49 0 19 116 3A 2F
Octal 213 63 277 33 111 0 31 426 72 57
Binary 10001011 110011 10111111 11011 1001001 0 11001 100010110 111010 101111

Color Harmonies of #8B33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B33BF

Black with #8B33BF

Text Example


Text Example

White with #8B33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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