Html Css Color HEX #8425BC Dark Orchid

📋 copy color: '#8425BC'

red 132 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #8425BC

Tints of Dark Orchid #8425BC

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

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

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

R = 36.97%
G = 10.36%
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

#8425BC (or 0x8425BC) is known color: Dark Orchid. HEX triplet: 84, 25 and BC. RGB value is (132,37,188). Sum of RGB (Red+Green+Blue) = 132+37+188=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 37 (14.84% from 255 or 10.36% 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 #8425BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425BC is #7BDA43. Grayscale: #525252. Windows color (decimal): -8116804 or 12330372. OLE color: 12330372.

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

Color convert

RGB 132 37 188 -
CMYK 0.30 0.80 0 0.26
HSL 277.75º 0.67% 0.44% -
HSV(B) 277.75º 0.8% 0.74% -
XYZ 19.25 9.86 48.47 -
YUV 82.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 132 37 188 0.30 0.80 0 0.26 277.75 0.67 0.44
Hex 84 25 BC 1E 50 0 1A 116 43 2C
Octal 204 45 274 36 120 0 32 426 103 54
Binary 10000100 100101 10111100 11110 1010000 0 11010 100010110 1000011 101100

Color Harmonies of #8425BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8425BC

Black with #8425BC

Text Example


Text Example

White with #8425BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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