Html Css Color HEX #8334BC Dark Orchid

📋 copy color: '#8334BC'

red 131 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #8334BC

Tints of Dark Orchid #8334BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 35.31%
G = 14.02%
B = 50.67%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8334BC (or 0x8334BC) is known color: Dark Orchid. HEX triplet: 83, 34 and BC. RGB value is (131,52,188). Sum of RGB (Red+Green+Blue) = 131+52+188=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #8334BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334BC is #7CCB43. Grayscale: #5A5A5A. Windows color (decimal): -8178500 or 12334211. OLE color: 12334211.

HSL color Cylindrical-coordinate representation of color #8334BC: hue angle of 274.85º 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 #8334BC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 52 188 -
CMYK 0.30 0.72 0 0.26
HSL 274.85º 0.57% 0.47% -
HSV(B) 274.85º 0.72% 0.74% -
XYZ 19.67 10.91 48.65 -
YUV 91.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 131 52 188 0.30 0.72 0 0.26 274.85 0.57 0.47
Hex 83 34 BC 1E 48 0 1A 113 39 2F
Octal 203 64 274 36 110 0 32 423 71 57
Binary 10000011 110100 10111100 11110 1001000 0 11010 100010011 111001 101111

Color Harmonies of #8334BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334BC

Black with #8334BC

Text Example


Text Example

White with #8334BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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