Html Css Color HEX #8133B4 Dark Orchid

📋 copy color: '#8133B4'

red 129 ◦ green 51 ◦ blue 180

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

Shades of Dark Orchid #8133B4

Tints of Dark Orchid #8133B4

RGB

 RED value IS 129 (50.78% from 255) = 35.83%

 GREEN value IS 51 (20.31% from 255) = 14.17%

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

R = 35.83%
G = 14.17%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8133B4 (or 0x8133B4) is known color: Dark Orchid. HEX triplet: 81, 33 and B4. RGB value is (129,51,180). Sum of RGB (Red+Green+Blue) = 129+51+180=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #8133B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8133B4 is #7ECC4B. Grayscale: #585858. Windows color (decimal): -8309836 or 11809665. OLE color: 11809665.

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

Color convert

RGB 129 51 180 -
CMYK 0.28 0.72 0 0.29
HSL 276.28º 0.56% 0.45% -
HSV(B) 276.28º 0.72% 0.71% -
XYZ 18.48 10.33 44.2 -
YUV 89.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 129 51 180 0.28 0.72 0 0.29 276.28 0.56 0.45
Hex 81 33 B4 1C 48 0 1D 114 38 2D
Octal 201 63 264 34 110 0 35 424 70 55
Binary 10000001 110011 10110100 11100 1001000 0 11101 100010100 111000 101101

Color Harmonies of #8133B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8133B4

Black with #8133B4

Text Example


Text Example

White with #8133B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,51,180); }

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

background-color css

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

 a { background-color: rgb(129,51,180); }

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

border-color css

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

 span { border-color: rgb(129,51,180); }

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