Html Css Color HEX #8733BF Dark Orchid

📋 copy color: '#8733BF'

red 135 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #8733BF

Tints of Dark Orchid #8733BF

RGB

 RED value IS 135 (53.13% from 255) = 35.81%

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

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

R = 35.81%
G = 13.53%
B = 50.66%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8733BF (or 0x8733BF) is known color: Dark Orchid. HEX triplet: 87, 33 and BF. RGB value is (135,51,191). Sum of RGB (Red+Green+Blue) = 135+51+191=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #8733BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733BF is #78CC40. Grayscale: #5B5B5B. Windows color (decimal): -7916609 or 12530567. OLE color: 12530567.

HSL color Cylindrical-coordinate representation of color #8733BF: hue angle of 276º 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 #8733BF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 51 191 -
CMYK 0.29 0.73 0 0.25
HSL 276º 0.58% 0.47% -
HSV(B) 276º 0.73% 0.75% -
XYZ 20.58 11.28 50.38 -
YUV 92.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 135 51 191 0.29 0.73 0 0.25 276 0.58 0.47
Hex 87 33 BF 1D 49 0 19 114 3A 2F
Octal 207 63 277 35 111 0 31 424 72 57
Binary 10000111 110011 10111111 11101 1001001 0 11001 100010100 111010 101111

Color Harmonies of #8733BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8733BF

Black with #8733BF

Text Example


Text Example

White with #8733BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8733BF; }

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

 H1.HeaderClassName
 {
   color: #8733BF;
 }
 .AnyTagClassName
 {
   color: #8733BF;
 }
</style>

background-color css

<style>
 a { background-color: #8733BF; }

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

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

border-color css

<style>
 span { border-color: #8733BF; }

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

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