Html Css Color HEX #8330BA Dark Orchid

📋 copy color: '#8330BA'

red 131 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #8330BA

Tints of Dark Orchid #8330BA

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 35.89%
G = 13.15%
B = 50.96%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8330BA (or 0x8330BA) is known color: Dark Orchid. HEX triplet: 83, 30 and BA. RGB value is (131,48,186). Sum of RGB (Red+Green+Blue) = 131+48+186=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #8330BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330BA is #7CCF45. Grayscale: #585858. Windows color (decimal): -8179526 or 12202115. OLE color: 12202115.

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

Color convert

RGB 131 48 186 -
CMYK 0.30 0.74 0 0.27
HSL 276.09º 0.59% 0.46% -
HSV(B) 276.09º 0.74% 0.73% -
XYZ 19.28 10.48 47.46 -
YUV 88.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 131 48 186 0.30 0.74 0 0.27 276.09 0.59 0.46
Hex 83 30 BA 1E 4A 0 1B 114 3B 2E
Octal 203 60 272 36 112 0 33 424 73 56
Binary 10000011 110000 10111010 11110 1001010 0 11011 100010100 111011 101110

Color Harmonies of #8330BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8330BA

Black with #8330BA

Text Example


Text Example

White with #8330BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,48,186); }

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

background-color css

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

 a { background-color: rgb(131,48,186); }

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

border-color css

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

 span { border-color: rgb(131,48,186); }

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