Html Css Color HEX #8433BC Dark Orchid

📋 copy color: '#8433BC'

red 132 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #8433BC

Tints of Dark Orchid #8433BC

RGB

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

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

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

R = 35.58%
G = 13.75%
B = 50.67%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8433BC (or 0x8433BC) is known color: Dark Orchid. HEX triplet: 84, 33 and BC. RGB value is (132,51,188). Sum of RGB (Red+Green+Blue) = 132+51+188=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 51 (20.31% from 255 or 13.75% 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 #8433BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8433BC is #7BCC43. Grayscale: #5A5A5A. Windows color (decimal): -8113220 or 12333956. OLE color: 12333956.

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

Color convert

RGB 132 51 188 -
CMYK 0.30 0.73 0 0.26
HSL 275.47º 0.57% 0.47% -
HSV(B) 275.47º 0.73% 0.74% -
XYZ 19.78 10.9 48.64 -
YUV 90.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 132 51 188 0.30 0.73 0 0.26 275.47 0.57 0.47
Hex 84 33 BC 1E 49 0 1A 113 39 2F
Octal 204 63 274 36 111 0 32 423 71 57
Binary 10000100 110011 10111100 11110 1001001 0 11010 100010011 111001 101111

Color Harmonies of #8433BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8433BC

Black with #8433BC

Text Example


Text Example

White with #8433BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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