Html Css Color HEX #8327BC Dark Orchid

📋 copy color: '#8327BC'

red 131 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #8327BC

Tints of Dark Orchid #8327BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 36.59%
G = 10.89%
B = 52.51%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8327BC (or 0x8327BC) is known color: Dark Orchid. HEX triplet: 83, 27 and BC. RGB value is (131,39,188). Sum of RGB (Red+Green+Blue) = 131+39+188=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #8327BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327BC is #7CD843. Grayscale: #525252. Windows color (decimal): -8181828 or 12330883. OLE color: 12330883.

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

Color convert

RGB 131 39 188 -
CMYK 0.30 0.79 0 0.26
HSL 277.05º 0.66% 0.45% -
HSV(B) 277.05º 0.79% 0.74% -
XYZ 19.16 9.91 48.48 -
YUV 83.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 131 39 188 0.30 0.79 0 0.26 277.05 0.66 0.45
Hex 83 27 BC 1E 4F 0 1A 115 42 2D
Octal 203 47 274 36 117 0 32 425 102 55
Binary 10000011 100111 10111100 11110 1001111 0 11010 100010101 1000010 101101

Color Harmonies of #8327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8327BC

Black with #8327BC

Text Example


Text Example

White with #8327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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