Html Css Color HEX #8438CC Dark Orchid

📋 copy color: '#8438CC'

red 132 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #8438CC

Tints of Dark Orchid #8438CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.29%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 33.67%
G = 14.29%
B = 52.04%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8438CC (or 0x8438CC) is known color: Dark Orchid. HEX triplet: 84, 38 and CC. RGB value is (132,56,204). Sum of RGB (Red+Green+Blue) = 132+56+204=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #8438CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8438CC is #7BC733. Grayscale: #5F5F5F. Windows color (decimal): -8111924 or 13383812. OLE color: 13383812.

HSL color Cylindrical-coordinate representation of color #8438CC: hue angle of 270.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8438CC is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 56 204 -
CMYK 0.35 0.73 0 0.2
HSL 270.81º 0.59% 0.51% -
HSV(B) 270.81º 0.73% 0.8% -
XYZ 21.83 12.09 58.31 -
YUV 95.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 132 56 204 0.35 0.73 0 0.2 270.81 0.59 0.51
Hex 84 38 CC 23 49 0 14 10F 3B 33
Octal 204 70 314 43 111 0 24 417 73 63
Binary 10000100 111000 11001100 100011 1001001 0 10100 100001111 111011 110011

Color Harmonies of #8438CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8438CC

Black with #8438CC

Text Example


Text Example

White with #8438CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8438CC; }

 p { color: rgb(132,56,204); }

 H1.HeaderClassName
 {
   color: #8438CC;
 }
 .AnyTagClassName
 {
   color: #8438CC;
 }
</style>

background-color css

<style>
 a { background-color: #8438CC; }

 a { background-color: rgb(132,56,204); }

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

border-color css

<style>
 span { border-color: #8438CC; }

 span { border-color: rgb(132,56,204); }

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