Html Css Color HEX #8223BD Dark Orchid

📋 copy color: '#8223BD'

red 130 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #8223BD

Tints of Dark Orchid #8223BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 36.72%
G = 9.89%
B = 53.39%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8223BD (or 0x8223BD) is known color: Dark Orchid. HEX triplet: 82, 23 and BD. RGB value is (130,35,189). Sum of RGB (Red+Green+Blue) = 130+35+189=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #8223BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223BD is #7DDC42. Grayscale: #505050. Windows color (decimal): -8248387 or 12395394. OLE color: 12395394.

HSL color Cylindrical-coordinate representation of color #8223BD: hue angle of 277.01º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8223BD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 35 189 -
CMYK 0.31 0.81 0 0.26
HSL 277.01º 0.69% 0.44% -
HSV(B) 277.01º 0.81% 0.74% -
XYZ 18.99 9.62 49 -
YUV 80.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 130 35 189 0.31 0.81 0 0.26 277.01 0.69 0.44
Hex 82 23 BD 1F 51 0 1A 115 45 2C
Octal 202 43 275 37 121 0 32 425 105 54
Binary 10000010 100011 10111101 11111 1010001 0 11010 100010101 1000101 101100

Color Harmonies of #8223BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8223BD

Black with #8223BD

Text Example


Text Example

White with #8223BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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