Html Css Color HEX #8323BC Dark Orchid

📋 copy color: '#8323BC'

red 131 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #8323BC

Tints of Dark Orchid #8323BC

RGB

 RED value IS 131 (51.56% from 255) = 37.01%

 GREEN value IS 35 (14.06% from 255) = 9.89%

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

R = 37.01%
G = 9.89%
B = 53.11%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8323BC (or 0x8323BC) is known color: Dark Orchid. HEX triplet: 83, 23 and BC. RGB value is (131,35,188). Sum of RGB (Red+Green+Blue) = 131+35+188=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #8323BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323BC is #7CDC43. Grayscale: #505050. Windows color (decimal): -8182852 or 12329859. OLE color: 12329859.

HSL color Cylindrical-coordinate representation of color #8323BC: hue angle of 277.65º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8323BC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 35 188 -
CMYK 0.30 0.81 0 0.26
HSL 277.65º 0.69% 0.44% -
HSV(B) 277.65º 0.81% 0.74% -
XYZ 19.04 9.66 48.44 -
YUV 81.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 131 35 188 0.30 0.81 0 0.26 277.65 0.69 0.44
Hex 83 23 BC 1E 51 0 1A 116 45 2C
Octal 203 43 274 36 121 0 32 426 105 54
Binary 10000011 100011 10111100 11110 1010001 0 11010 100010110 1000101 101100

Color Harmonies of #8323BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8323BC

Black with #8323BC

Text Example


Text Example

White with #8323BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8323BC; }

 p { color: rgb(131,35,188); }

 H1.HeaderClassName
 {
   color: #8323BC;
 }
 .AnyTagClassName
 {
   color: #8323BC;
 }
</style>

background-color css

<style>
 a { background-color: #8323BC; }

 a { background-color: rgb(131,35,188); }

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

border-color css

<style>
 span { border-color: #8323BC; }

 span { border-color: rgb(131,35,188); }

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