Html Css Color HEX #8226BD Dark Orchid

📋 copy color: '#8226BD'

red 130 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #8226BD

Tints of Dark Orchid #8226BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 36.41%
G = 10.64%
B = 52.94%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8226BD (or 0x8226BD) is known color: Dark Orchid. HEX triplet: 82, 26 and BD. RGB value is (130,38,189). Sum of RGB (Red+Green+Blue) = 130+38+189=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8226BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226BD is #7DD942. Grayscale: #525252. Windows color (decimal): -8247619 or 12396162. OLE color: 12396162.

HSL color Cylindrical-coordinate representation of color #8226BD: hue angle of 276.56º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8226BD is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 38 189 -
CMYK 0.31 0.80 0 0.26
HSL 276.56º 0.67% 0.45% -
HSV(B) 276.56º 0.8% 0.74% -
XYZ 19.08 9.81 49.03 -
YUV 82.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 130 38 189 0.31 0.80 0 0.26 276.56 0.67 0.45
Hex 82 26 BD 1F 50 0 1A 115 43 2D
Octal 202 46 275 37 120 0 32 425 103 55
Binary 10000010 100110 10111101 11111 1010000 0 11010 100010101 1000011 101101

Color Harmonies of #8226BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8226BD

Black with #8226BD

Text Example


Text Example

White with #8226BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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