Html Css Color HEX #822ABF Dark Orchid

📋 copy color: '#822ABF'

red 130 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #822ABF

Tints of Dark Orchid #822ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 35.81%
G = 11.57%
B = 52.62%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#822ABF (or 0x822ABF) is known color: Dark Orchid. HEX triplet: 82, 2A and BF. RGB value is (130,42,191). Sum of RGB (Red+Green+Blue) = 130+42+191=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #822ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ABF is #7DD540. Grayscale: #545454. Windows color (decimal): -8246593 or 12528258. OLE color: 12528258.

HSL color Cylindrical-coordinate representation of color #822ABF: hue angle of 275.44º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822ABF is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 42 191 -
CMYK 0.32 0.78 0 0.25
HSL 275.44º 0.64% 0.46% -
HSV(B) 275.44º 0.78% 0.75% -
XYZ 19.44 10.16 50.23 -
YUV 85.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 130 42 191 0.32 0.78 0 0.25 275.44 0.64 0.46
Hex 82 2A BF 20 4E 0 19 113 40 2E
Octal 202 52 277 40 116 0 31 423 100 56
Binary 10000010 101010 10111111 100000 1001110 0 11001 100010011 1000000 101110

Color Harmonies of #822ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822ABF

Black with #822ABF

Text Example


Text Example

White with #822ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,42,191); }

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

background-color css

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

 a { background-color: rgb(130,42,191); }

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

border-color css

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

 span { border-color: rgb(130,42,191); }

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