Html Css Color HEX #8224BE Dark Orchid

📋 copy color: '#8224BE'

red 130 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #8224BE

Tints of Dark Orchid #8224BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 36.52%
G = 10.11%
B = 53.37%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8224BE (or 0x8224BE) is known color: Dark Orchid. HEX triplet: 82, 24 and BE. RGB value is (130,36,190). Sum of RGB (Red+Green+Blue) = 130+36+190=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #8224BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224BE is #7DDB41. Grayscale: #515151. Windows color (decimal): -8248130 or 12461186. OLE color: 12461186.

HSL color Cylindrical-coordinate representation of color #8224BE: hue angle of 276.62º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8224BE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 36 190 -
CMYK 0.32 0.81 0 0.25
HSL 276.62º 0.68% 0.44% -
HSV(B) 276.62º 0.81% 0.75% -
XYZ 19.13 9.73 49.58 -
YUV 81.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 130 36 190 0.32 0.81 0 0.25 276.62 0.68 0.44
Hex 82 24 BE 20 51 0 19 115 44 2C
Octal 202 44 276 40 121 0 31 425 104 54
Binary 10000010 100100 10111110 100000 1010001 0 11001 100010101 1000100 101100

Color Harmonies of #8224BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8224BE

Black with #8224BE

Text Example


Text Example

White with #8224BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8224BE; }

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

 H1.HeaderClassName
 {
   color: #8224BE;
 }
 .AnyTagClassName
 {
   color: #8224BE;
 }
</style>

background-color css

<style>
 a { background-color: #8224BE; }

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

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

border-color css

<style>
 span { border-color: #8224BE; }

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

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