Html Css Color HEX #8325BC Dark Orchid

📋 copy color: '#8325BC'

red 131 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #8325BC

Tints of Dark Orchid #8325BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 36.8%
G = 10.39%
B = 52.81%

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

#8325BC (or 0x8325BC) is known color: Dark Orchid. HEX triplet: 83, 25 and BC. RGB value is (131,37,188). Sum of RGB (Red+Green+Blue) = 131+37+188=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8325BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325BC is #7CDA43. Grayscale: #515151. Windows color (decimal): -8182340 or 12330371. OLE color: 12330371.

HSL color Cylindrical-coordinate representation of color #8325BC: hue angle of 277.35º degrees, saturation: 0.67, 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 #8325BC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 37 188 -
CMYK 0.30 0.80 0 0.26
HSL 277.35º 0.67% 0.44% -
HSV(B) 277.35º 0.8% 0.74% -
XYZ 19.1 9.78 48.46 -
YUV 82.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 131 37 188 0.30 0.80 0 0.26 277.35 0.67 0.44
Hex 83 25 BC 1E 50 0 1A 115 43 2C
Octal 203 45 274 36 120 0 32 425 103 54
Binary 10000011 100101 10111100 11110 1010000 0 11010 100010101 1000011 101100

Color Harmonies of #8325BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325BC

Black with #8325BC

Text Example


Text Example

White with #8325BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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