Html Css Color HEX #821FBE Dark Orchid

📋 copy color: '#821FBE'

red 130 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #821FBE

Tints of Dark Orchid #821FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 37.04%
G = 8.83%
B = 54.13%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#821FBE (or 0x821FBE) is known color: Dark Orchid. HEX triplet: 82, 1F and BE. RGB value is (130,31,190). Sum of RGB (Red+Green+Blue) = 130+31+190=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #821FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FBE is #7DE041. Grayscale: #4E4E4E. Windows color (decimal): -8249410 or 12459906. OLE color: 12459906.

HSL color Cylindrical-coordinate representation of color #821FBE: hue angle of 277.36º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821FBE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 31 190 -
CMYK 0.32 0.84 0 0.25
HSL 277.36º 0.72% 0.43% -
HSV(B) 277.36º 0.84% 0.75% -
XYZ 18.99 9.44 49.54 -
YUV 78.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 130 31 190 0.32 0.84 0 0.25 277.36 0.72 0.43
Hex 82 1F BE 20 54 0 19 115 48 2B
Octal 202 37 276 40 124 0 31 425 110 53
Binary 10000010 11111 10111110 100000 1010100 0 11001 100010101 1001000 101011

Color Harmonies of #821FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821FBE

Black with #821FBE

Text Example


Text Example

White with #821FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821FBE; }

 p { color: rgb(130,31,190); }

 H1.HeaderClassName
 {
   color: #821FBE;
 }
 .AnyTagClassName
 {
   color: #821FBE;
 }
</style>

background-color css

<style>
 a { background-color: #821FBE; }

 a { background-color: rgb(130,31,190); }

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

border-color css

<style>
 span { border-color: #821FBE; }

 span { border-color: rgb(130,31,190); }

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