Html Css Color HEX #8232BA Dark Orchid

📋 copy color: '#8232BA'

red 130 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #8232BA

Tints of Dark Orchid #8232BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 35.52%
G = 13.66%
B = 50.82%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8232BA (or 0x8232BA) is known color: Dark Orchid. HEX triplet: 82, 32 and BA. RGB value is (130,50,186). Sum of RGB (Red+Green+Blue) = 130+50+186=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #8232BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232BA is #7DCD45. Grayscale: #585858. Windows color (decimal): -8244550 or 12202626. OLE color: 12202626.

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

Color convert

RGB 130 50 186 -
CMYK 0.30 0.73 0 0.27
HSL 275.29º 0.58% 0.46% -
HSV(B) 275.29º 0.73% 0.73% -
XYZ 19.21 10.57 47.48 -
YUV 89.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 130 50 186 0.30 0.73 0 0.27 275.29 0.58 0.46
Hex 82 32 BA 1E 49 0 1B 113 3A 2E
Octal 202 62 272 36 111 0 33 423 72 56
Binary 10000010 110010 10111010 11110 1001001 0 11011 100010011 111010 101110

Color Harmonies of #8232BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8232BA

Black with #8232BA

Text Example


Text Example

White with #8232BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8232BA; }

 p { color: rgb(130,50,186); }

 H1.HeaderClassName
 {
   color: #8232BA;
 }
 .AnyTagClassName
 {
   color: #8232BA;
 }
</style>

background-color css

<style>
 a { background-color: #8232BA; }

 a { background-color: rgb(130,50,186); }

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

border-color css

<style>
 span { border-color: #8232BA; }

 span { border-color: rgb(130,50,186); }

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