Html Css Color HEX #82266F Dark Purple

📋 copy color: '#82266F'

red 130 ◦ green 38 ◦ blue 111

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

Shades of Dark Purple #82266F

Tints of Dark Purple #82266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 46.59%
G = 13.62%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82266F (or 0x82266F) is known color: Dark Purple. HEX triplet: 82, 26 and 6F. RGB value is (130,38,111). Sum of RGB (Red+Green+Blue) = 130+38+111=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82266F is #7DD990. Grayscale: #494949. Windows color (decimal): -8247697 or 7284354. OLE color: 7284354.

HSL color Cylindrical-coordinate representation of color #82266F: hue angle of 312.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82266F is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 111 -
CMYK 0 0.71 0.15 0.49
HSL 312.39º 0.55% 0.33% -
HSV(B) 312.39º 0.71% 0.51% -
XYZ 12.77 7.28 15.77 -
YUV 73.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 130 38 111 0 0.71 0.15 0.49 312.39 0.55 0.33
Hex 82 26 6F 0 47 F 31 138 37 21
Octal 202 46 157 0 107 17 61 470 67 41
Binary 10000010 100110 1101111 0 1000111 1111 110001 100111000 110111 100001

Color Harmonies of #82266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82266F

Black with #82266F

Text Example


Text Example

White with #82266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82266F; }

 p { color: rgb(130,38,111); }

 H1.HeaderClassName
 {
   color: #82266F;
 }
 .AnyTagClassName
 {
   color: #82266F;
 }
</style>

background-color css

<style>
 a { background-color: #82266F; }

 a { background-color: rgb(130,38,111); }

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

border-color css

<style>
 span { border-color: #82266F; }

 span { border-color: rgb(130,38,111); }

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