Html Css Color HEX #8229BB Dark Orchid

📋 copy color: '#8229BB'

red 130 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8229BB

Tints of Dark Orchid #8229BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 36.31%
G = 11.45%
B = 52.23%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8229BB (or 0x8229BB) is known color: Dark Orchid. HEX triplet: 82, 29 and BB. RGB value is (130,41,187). Sum of RGB (Red+Green+Blue) = 130+41+187=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #8229BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229BB is #7DD644. Grayscale: #535353. Windows color (decimal): -8246853 or 12265858. OLE color: 12265858.

HSL color Cylindrical-coordinate representation of color #8229BB: hue angle of 276.58º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8229BB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 41 187 -
CMYK 0.30 0.78 0 0.27
HSL 276.58º 0.64% 0.45% -
HSV(B) 276.58º 0.78% 0.73% -
XYZ 18.97 9.92 47.93 -
YUV 84.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 130 41 187 0.30 0.78 0 0.27 276.58 0.64 0.45
Hex 82 29 BB 1E 4E 0 1B 115 40 2D
Octal 202 51 273 36 116 0 33 425 100 55
Binary 10000010 101001 10111011 11110 1001110 0 11011 100010101 1000000 101101

Color Harmonies of #8229BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229BB

Black with #8229BB

Text Example


Text Example

White with #8229BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8229BB; }

 p { color: rgb(130,41,187); }

 H1.HeaderClassName
 {
   color: #8229BB;
 }
 .AnyTagClassName
 {
   color: #8229BB;
 }
</style>

background-color css

<style>
 a { background-color: #8229BB; }

 a { background-color: rgb(130,41,187); }

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

border-color css

<style>
 span { border-color: #8229BB; }

 span { border-color: rgb(130,41,187); }

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