Html Css Color HEX #8234B9 Dark Orchid

📋 copy color: '#8234B9'

red 130 ◦ green 52 ◦ blue 185

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

Shades of Dark Orchid #8234B9

Tints of Dark Orchid #8234B9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 35.42%
G = 14.17%
B = 50.41%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8234B9 (or 0x8234B9) is known color: Dark Orchid. HEX triplet: 82, 34 and B9. RGB value is (130,52,185). Sum of RGB (Red+Green+Blue) = 130+52+185=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #8234B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8234B9 is #7DCB46. Grayscale: #5A5A5A. Windows color (decimal): -8244039 or 12137602. OLE color: 12137602.

HSL color Cylindrical-coordinate representation of color #8234B9: hue angle of 275.19º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8234B9 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 52 185 -
CMYK 0.30 0.72 0 0.27
HSL 275.19º 0.56% 0.46% -
HSV(B) 275.19º 0.72% 0.73% -
XYZ 19.19 10.7 46.95 -
YUV 90.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 130 52 185 0.30 0.72 0 0.27 275.19 0.56 0.46
Hex 82 34 B9 1E 48 0 1B 113 38 2E
Octal 202 64 271 36 110 0 33 423 70 56
Binary 10000010 110100 10111001 11110 1001000 0 11011 100010011 111000 101110

Color Harmonies of #8234B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8234B9

Black with #8234B9

Text Example


Text Example

White with #8234B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8234B9; }

 p { color: rgb(130,52,185); }

 H1.HeaderClassName
 {
   color: #8234B9;
 }
 .AnyTagClassName
 {
   color: #8234B9;
 }
</style>

background-color css

<style>
 a { background-color: #8234B9; }

 a { background-color: rgb(130,52,185); }

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

border-color css

<style>
 span { border-color: #8234B9; }

 span { border-color: rgb(130,52,185); }

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