Html Css Color HEX #8262DB Medium Purple

📋 copy color: '#8262DB'

red 130 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #8262DB

Tints of Medium Purple #8262DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.92%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 29.08%
G = 21.92%
B = 48.99%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8262DB (or 0x8262DB) is known color: Medium Purple. HEX triplet: 82, 62 and DB. RGB value is (130,98,219). Sum of RGB (Red+Green+Blue) = 130+98+219=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8262DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DB is #7D9D24. Grayscale: #787878. Windows color (decimal): -8232229 or 14377602. OLE color: 14377602.

HSL color Cylindrical-coordinate representation of color #8262DB: hue angle of 255.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8262DB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 98 219 -
CMYK 0.41 0.55 0 0.14
HSL 255.87º 0.63% 0.62% -
HSV(B) 255.87º 0.55% 0.86% -
XYZ 26.36 18.6 69.22 -
YUV 121.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 130 98 219 0.41 0.55 0 0.14 255.87 0.63 0.62
Hex 82 62 DB 29 37 0 E 100 3F 3E
Octal 202 142 333 51 67 0 16 400 77 76
Binary 10000010 1100010 11011011 101001 110111 0 1110 100000000 111111 111110

Color Harmonies of #8262DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262DB

Black with #8262DB

Text Example


Text Example

White with #8262DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8262DB; }

 p { color: rgb(130,98,219); }

 H1.HeaderClassName
 {
   color: #8262DB;
 }
 .AnyTagClassName
 {
   color: #8262DB;
 }
</style>

background-color css

<style>
 a { background-color: #8262DB; }

 a { background-color: rgb(130,98,219); }

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

border-color css

<style>
 span { border-color: #8262DB; }

 span { border-color: rgb(130,98,219); }

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