Html Css Color HEX #8433BA Dark Orchid

📋 copy color: '#8433BA'

red 132 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #8433BA

Tints of Dark Orchid #8433BA

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 35.77%
G = 13.82%
B = 50.41%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8433BA (or 0x8433BA) is known color: Dark Orchid. HEX triplet: 84, 33 and BA. RGB value is (132,51,186). Sum of RGB (Red+Green+Blue) = 132+51+186=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #8433BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8433BA is #7BCC45. Grayscale: #5A5A5A. Windows color (decimal): -8113222 or 12202884. OLE color: 12202884.

HSL color Cylindrical-coordinate representation of color #8433BA: hue angle of 276º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8433BA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 51 186 -
CMYK 0.29 0.73 0 0.27
HSL 276º 0.57% 0.46% -
HSV(B) 276º 0.73% 0.73% -
XYZ 19.56 10.82 47.51 -
YUV 90.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 132 51 186 0.29 0.73 0 0.27 276 0.57 0.46
Hex 84 33 BA 1D 49 0 1B 114 39 2E
Octal 204 63 272 35 111 0 33 424 71 56
Binary 10000100 110011 10111010 11101 1001001 0 11011 100010100 111001 101110

Color Harmonies of #8433BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8433BA

Black with #8433BA

Text Example


Text Example

White with #8433BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8433BA; }

 p { color: rgb(132,51,186); }

 H1.HeaderClassName
 {
   color: #8433BA;
 }
 .AnyTagClassName
 {
   color: #8433BA;
 }
</style>

background-color css

<style>
 a { background-color: #8433BA; }

 a { background-color: rgb(132,51,186); }

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

border-color css

<style>
 span { border-color: #8433BA; }

 span { border-color: rgb(132,51,186); }

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