Html Css Color HEX #8227BE Dark Orchid

📋 copy color: '#8227BE'

red 130 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #8227BE

Tints of Dark Orchid #8227BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 36.21%
G = 10.86%
B = 52.92%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8227BE (or 0x8227BE) is known color: Dark Orchid. HEX triplet: 82, 27 and BE. RGB value is (130,39,190). Sum of RGB (Red+Green+Blue) = 130+39+190=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #8227BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227BE is #7DD841. Grayscale: #525252. Windows color (decimal): -8247362 or 12461954. OLE color: 12461954.

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

Color convert

RGB 130 39 190 -
CMYK 0.32 0.79 0 0.25
HSL 276.16º 0.66% 0.45% -
HSV(B) 276.16º 0.79% 0.75% -
XYZ 19.23 9.91 49.62 -
YUV 83.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 130 39 190 0.32 0.79 0 0.25 276.16 0.66 0.45
Hex 82 27 BE 20 4F 0 19 114 42 2D
Octal 202 47 276 40 117 0 31 424 102 55
Binary 10000010 100111 10111110 100000 1001111 0 11001 100010100 1000010 101101

Color Harmonies of #8227BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227BE

Black with #8227BE

Text Example


Text Example

White with #8227BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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