Html Css Color HEX #8330B6 Dark Orchid

📋 copy color: '#8330B6'

red 131 ◦ green 48 ◦ blue 182

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

Shades of Dark Orchid #8330B6

Tints of Dark Orchid #8330B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 36.29%
G = 13.3%
B = 50.42%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8330B6 (or 0x8330B6) is known color: Dark Orchid. HEX triplet: 83, 30 and B6. RGB value is (131,48,182). Sum of RGB (Red+Green+Blue) = 131+48+182=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #8330B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330B6 is #7CCF49. Grayscale: #575757. Windows color (decimal): -8179530 or 11939971. OLE color: 11939971.

HSL color Cylindrical-coordinate representation of color #8330B6: hue angle of 277.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8330B6 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 48 182 -
CMYK 0.28 0.74 0 0.29
HSL 277.16º 0.58% 0.45% -
HSV(B) 277.16º 0.74% 0.71% -
XYZ 18.86 10.32 45.25 -
YUV 88.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 131 48 182 0.28 0.74 0 0.29 277.16 0.58 0.45
Hex 83 30 B6 1C 4A 0 1D 115 3A 2D
Octal 203 60 266 34 112 0 35 425 72 55
Binary 10000011 110000 10110110 11100 1001010 0 11101 100010101 111010 101101

Color Harmonies of #8330B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8330B6

Black with #8330B6

Text Example


Text Example

White with #8330B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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