Html Css Color HEX #8326BC Dark Orchid

📋 copy color: '#8326BC'

red 131 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8326BC

Tints of Dark Orchid #8326BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 36.69%
G = 10.64%
B = 52.66%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8326BC (or 0x8326BC) is known color: Dark Orchid. HEX triplet: 83, 26 and BC. RGB value is (131,38,188). Sum of RGB (Red+Green+Blue) = 131+38+188=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8326BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326BC is #7CD943. Grayscale: #525252. Windows color (decimal): -8182084 or 12330627. OLE color: 12330627.

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

Color convert

RGB 131 38 188 -
CMYK 0.30 0.80 0 0.26
HSL 277.2º 0.66% 0.44% -
HSV(B) 277.2º 0.8% 0.74% -
XYZ 19.13 9.84 48.47 -
YUV 82.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 131 38 188 0.30 0.80 0 0.26 277.2 0.66 0.44
Hex 83 26 BC 1E 50 0 1A 115 42 2C
Octal 203 46 274 36 120 0 32 425 102 54
Binary 10000011 100110 10111100 11110 1010000 0 11010 100010101 1000010 101100

Color Harmonies of #8326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326BC

Black with #8326BC

Text Example


Text Example

White with #8326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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