Html Css Color HEX #8342CC Dark Orchid

📋 copy color: '#8342CC'

red 131 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #8342CC

Tints of Dark Orchid #8342CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 32.67%
G = 16.46%
B = 50.87%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8342CC (or 0x8342CC) is known color: Dark Orchid. HEX triplet: 83, 42 and CC. RGB value is (131,66,204). Sum of RGB (Red+Green+Blue) = 131+66+204=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8342CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342CC is #7CBD33. Grayscale: #646464. Windows color (decimal): -8174900 or 13386371. OLE color: 13386371.

HSL color Cylindrical-coordinate representation of color #8342CC: hue angle of 268.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8342CC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 66 204 -
CMYK 0.36 0.68 0 0.2
HSL 268.26º 0.58% 0.53% -
HSV(B) 268.26º 0.68% 0.8% -
XYZ 22.21 13.08 58.48 -
YUV 101.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 131 66 204 0.36 0.68 0 0.2 268.26 0.58 0.53
Hex 83 42 CC 24 44 0 14 10C 3A 35
Octal 203 102 314 44 104 0 24 414 72 65
Binary 10000011 1000010 11001100 100100 1000100 0 10100 100001100 111010 110101

Color Harmonies of #8342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342CC

Black with #8342CC

Text Example


Text Example

White with #8342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,66,204); }

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

background-color css

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

 a { background-color: rgb(131,66,204); }

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

border-color css

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

 span { border-color: rgb(131,66,204); }

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