Html Css Color HEX #8227B1 Dark Orchid

📋 copy color: '#8227B1'

red 130 ◦ green 39 ◦ blue 177

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

Shades of Dark Orchid #8227B1

Tints of Dark Orchid #8227B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 37.57%
G = 11.27%
B = 51.16%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8227B1 (or 0x8227B1) is known color: Dark Orchid. HEX triplet: 82, 27 and B1. RGB value is (130,39,177). Sum of RGB (Red+Green+Blue) = 130+39+177=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #8227B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227B1 is #7DD84E. Grayscale: #515151. Windows color (decimal): -8247375 or 11609986. OLE color: 11609986.

HSL color Cylindrical-coordinate representation of color #8227B1: hue angle of 279.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8227B1 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 39 177 -
CMYK 0.27 0.78 0 0.31
HSL 279.57º 0.64% 0.42% -
HSV(B) 279.57º 0.78% 0.69% -
XYZ 17.87 9.37 42.46 -
YUV 81.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 130 39 177 0.27 0.78 0 0.31 279.57 0.64 0.42
Hex 82 27 B1 1B 4E 0 1F 118 40 2A
Octal 202 47 261 33 116 0 37 430 100 52
Binary 10000010 100111 10110001 11011 1001110 0 11111 100011000 1000000 101010

Color Harmonies of #8227B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227B1

Black with #8227B1

Text Example


Text Example

White with #8227B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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