Html Css Color HEX #8337B4 Dark Orchid

📋 copy color: '#8337B4'

red 131 ◦ green 55 ◦ blue 180

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

Shades of Dark Orchid #8337B4

Tints of Dark Orchid #8337B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 180 (70.7% from 255) = 49.18%

R = 35.79%
G = 15.03%
B = 49.18%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8337B4 (or 0x8337B4) is known color: Dark Orchid. HEX triplet: 83, 37 and B4. RGB value is (131,55,180). Sum of RGB (Red+Green+Blue) = 131+55+180=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #8337B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337B4 is #7CC84B. Grayscale: #5B5B5B. Windows color (decimal): -8177740 or 11810691. OLE color: 11810691.

HSL color Cylindrical-coordinate representation of color #8337B4: hue angle of 276.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8337B4 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 55 180 -
CMYK 0.27 0.69 0 0.29
HSL 276.48º 0.53% 0.46% -
HSV(B) 276.48º 0.69% 0.71% -
XYZ 18.96 10.85 44.28 -
YUV 91.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 131 55 180 0.27 0.69 0 0.29 276.48 0.53 0.46
Hex 83 37 B4 1B 45 0 1D 114 35 2E
Octal 203 67 264 33 105 0 35 424 65 56
Binary 10000011 110111 10110100 11011 1000101 0 11101 100010100 110101 101110

Color Harmonies of #8337B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337B4

Black with #8337B4

Text Example


Text Example

White with #8337B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8337B4; }

 p { color: rgb(131,55,180); }

 H1.HeaderClassName
 {
   color: #8337B4;
 }
 .AnyTagClassName
 {
   color: #8337B4;
 }
</style>

background-color css

<style>
 a { background-color: #8337B4; }

 a { background-color: rgb(131,55,180); }

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

border-color css

<style>
 span { border-color: #8337B4; }

 span { border-color: rgb(131,55,180); }

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