Html Css Color HEX #8229C7 Dark Orchid

📋 copy color: '#8229C7'

red 130 ◦ green 41 ◦ blue 199

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

Shades of Dark Orchid #8229C7

Tints of Dark Orchid #8229C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.78%

R = 35.14%
G = 11.08%
B = 53.78%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8229C7 (or 0x8229C7) is known color: Dark Orchid. HEX triplet: 82, 29 and C7. RGB value is (130,41,199). Sum of RGB (Red+Green+Blue) = 130+41+199=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #8229C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229C7 is #7DD638. Grayscale: #555555. Windows color (decimal): -8246841 or 13052290. OLE color: 13052290.

HSL color Cylindrical-coordinate representation of color #8229C7: hue angle of 273.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8229C7 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 41 199 -
CMYK 0.35 0.79 0 0.22
HSL 273.8º 0.66% 0.47% -
HSV(B) 273.8º 0.79% 0.78% -
XYZ 20.31 10.46 54.98 -
YUV 85.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 130 41 199 0.35 0.79 0 0.22 273.8 0.66 0.47
Hex 82 29 C7 23 4F 0 16 112 42 2F
Octal 202 51 307 43 117 0 26 422 102 57
Binary 10000010 101001 11000111 100011 1001111 0 10110 100010010 1000010 101111

Color Harmonies of #8229C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229C7

Black with #8229C7

Text Example


Text Example

White with #8229C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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