Html Css Color HEX #822EBA Dark Orchid

📋 copy color: '#822EBA'

red 130 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #822EBA

Tints of Dark Orchid #822EBA

RGB

 RED value IS 130 (51.17% from 255) = 35.91%

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

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

R = 35.91%
G = 12.71%
B = 51.38%

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

#822EBA (or 0x822EBA) is known color: Dark Orchid. HEX triplet: 82, 2E and BA. RGB value is (130,46,186). Sum of RGB (Red+Green+Blue) = 130+46+186=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #822EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EBA is #7DD145. Grayscale: #565656. Windows color (decimal): -8245574 or 12201602. OLE color: 12201602.

HSL color Cylindrical-coordinate representation of color #822EBA: hue angle of 276º 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 #822EBA is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 46 186 -
CMYK 0.30 0.75 0 0.27
HSL 276º 0.6% 0.45% -
HSV(B) 276º 0.75% 0.73% -
XYZ 19.05 10.24 47.43 -
YUV 87.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 130 46 186 0.30 0.75 0 0.27 276 0.6 0.45
Hex 82 2E BA 1E 4B 0 1B 114 3C 2D
Octal 202 56 272 36 113 0 33 424 74 55
Binary 10000010 101110 10111010 11110 1001011 0 11011 100010100 111100 101101

Color Harmonies of #822EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822EBA

Black with #822EBA

Text Example


Text Example

White with #822EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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