Html Css Color HEX #8327BD Dark Orchid

📋 copy color: '#8327BD'

red 131 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #8327BD

Tints of Dark Orchid #8327BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 36.49%
G = 10.86%
B = 52.65%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8327BD (or 0x8327BD) is known color: Dark Orchid. HEX triplet: 83, 27 and BD. RGB value is (131,39,189). Sum of RGB (Red+Green+Blue) = 131+39+189=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #8327BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327BD is #7CD842. Grayscale: #535353. Windows color (decimal): -8181827 or 12396419. OLE color: 12396419.

HSL color Cylindrical-coordinate representation of color #8327BD: hue angle of 276.8º 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 #8327BD is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 39 189 -
CMYK 0.31 0.79 0 0.26
HSL 276.8º 0.66% 0.45% -
HSV(B) 276.8º 0.79% 0.74% -
XYZ 19.27 9.95 49.05 -
YUV 83.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 131 39 189 0.31 0.79 0 0.26 276.8 0.66 0.45
Hex 83 27 BD 1F 4F 0 1A 115 42 2D
Octal 203 47 275 37 117 0 32 425 102 55
Binary 10000011 100111 10111101 11111 1001111 0 11010 100010101 1000010 101101

Color Harmonies of #8327BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8327BD

Black with #8327BD

Text Example


Text Example

White with #8327BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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