Html Css Color HEX #8223BE Dark Orchid

📋 copy color: '#8223BE'

red 130 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #8223BE

Tints of Dark Orchid #8223BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.86%

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

R = 36.62%
G = 9.86%
B = 53.52%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8223BE (or 0x8223BE) is known color: Dark Orchid. HEX triplet: 82, 23 and BE. RGB value is (130,35,190). Sum of RGB (Red+Green+Blue) = 130+35+190=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #8223BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223BE is #7DDC41. Grayscale: #505050. Windows color (decimal): -8248386 or 12460930. OLE color: 12460930.

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

Color convert

RGB 130 35 190 -
CMYK 0.32 0.82 0 0.25
HSL 276.77º 0.69% 0.44% -
HSV(B) 276.77º 0.82% 0.75% -
XYZ 19.1 9.67 49.57 -
YUV 81.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 130 35 190 0.32 0.82 0 0.25 276.77 0.69 0.44
Hex 82 23 BE 20 52 0 19 115 45 2C
Octal 202 43 276 40 122 0 31 425 105 54
Binary 10000010 100011 10111110 100000 1010010 0 11001 100010101 1000101 101100

Color Harmonies of #8223BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8223BE

Black with #8223BE

Text Example


Text Example

White with #8223BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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