Html Css Color HEX #832EBA Dark Orchid

📋 copy color: '#832EBA'

red 131 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #832EBA

Tints of Dark Orchid #832EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.67%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 36.09%
G = 12.67%
B = 51.24%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#832EBA (or 0x832EBA) is known color: Dark Orchid. HEX triplet: 83, 2E and BA. RGB value is (131,46,186). Sum of RGB (Red+Green+Blue) = 131+46+186=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #832EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EBA is #7CD145. Grayscale: #565656. Windows color (decimal): -8180038 or 12201603. OLE color: 12201603.

HSL color Cylindrical-coordinate representation of color #832EBA: hue angle of 276.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832EBA is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 46 186 -
CMYK 0.30 0.75 0 0.27
HSL 276.43º 0.6% 0.45% -
HSV(B) 276.43º 0.75% 0.73% -
XYZ 19.2 10.32 47.44 -
YUV 87.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 131 46 186 0.30 0.75 0 0.27 276.43 0.6 0.45
Hex 83 2E BA 1E 4B 0 1B 114 3C 2D
Octal 203 56 272 36 113 0 33 424 74 55
Binary 10000011 101110 10111010 11110 1001011 0 11011 100010100 111100 101101

Color Harmonies of #832EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832EBA

Black with #832EBA

Text Example


Text Example

White with #832EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832EBA; }

 p { color: rgb(131,46,186); }

 H1.HeaderClassName
 {
   color: #832EBA;
 }
 .AnyTagClassName
 {
   color: #832EBA;
 }
</style>

background-color css

<style>
 a { background-color: #832EBA; }

 a { background-color: rgb(131,46,186); }

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

border-color css

<style>
 span { border-color: #832EBA; }

 span { border-color: rgb(131,46,186); }

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