Html Css Color HEX #8334BD Dark Orchid

📋 copy color: '#8334BD'

red 131 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #8334BD

Tints of Dark Orchid #8334BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

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

R = 35.22%
G = 13.98%
B = 50.81%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8334BD (or 0x8334BD) is known color: Dark Orchid. HEX triplet: 83, 34 and BD. RGB value is (131,52,189). Sum of RGB (Red+Green+Blue) = 131+52+189=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #8334BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334BD is #7CCB42. Grayscale: #5A5A5A. Windows color (decimal): -8178499 or 12399747. OLE color: 12399747.

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

Color convert

RGB 131 52 189 -
CMYK 0.31 0.72 0 0.26
HSL 274.6º 0.57% 0.47% -
HSV(B) 274.6º 0.72% 0.74% -
XYZ 19.77 10.96 49.22 -
YUV 91.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 131 52 189 0.31 0.72 0 0.26 274.6 0.57 0.47
Hex 83 34 BD 1F 48 0 1A 113 39 2F
Octal 203 64 275 37 110 0 32 423 71 57
Binary 10000011 110100 10111101 11111 1001000 0 11010 100010011 111001 101111

Color Harmonies of #8334BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334BD

Black with #8334BD

Text Example


Text Example

White with #8334BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,52,189); }

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

background-color css

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

 a { background-color: rgb(131,52,189); }

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

border-color css

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

 span { border-color: rgb(131,52,189); }

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