Html Css Color HEX #8232BD Dark Orchid

📋 copy color: '#8232BD'

red 130 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #8232BD

Tints of Dark Orchid #8232BD

RGB

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

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

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

R = 35.23%
G = 13.55%
B = 51.22%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8232BD (or 0x8232BD) is known color: Dark Orchid. HEX triplet: 82, 32 and BD. RGB value is (130,50,189). Sum of RGB (Red+Green+Blue) = 130+50+189=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #8232BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232BD is #7DCD42. Grayscale: #595959. Windows color (decimal): -8244547 or 12399234. OLE color: 12399234.

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

Color convert

RGB 130 50 189 -
CMYK 0.31 0.74 0 0.26
HSL 274.53º 0.58% 0.47% -
HSV(B) 274.53º 0.74% 0.74% -
XYZ 19.53 10.7 49.18 -
YUV 89.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 130 50 189 0.31 0.74 0 0.26 274.53 0.58 0.47
Hex 82 32 BD 1F 4A 0 1A 113 3A 2F
Octal 202 62 275 37 112 0 32 423 72 57
Binary 10000010 110010 10111101 11111 1001010 0 11010 100010011 111010 101111

Color Harmonies of #8232BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8232BD

Black with #8232BD

Text Example


Text Example

White with #8232BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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