Html Css Color HEX #8242CC Dark Orchid

📋 copy color: '#8242CC'

red 130 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #8242CC

Tints of Dark Orchid #8242CC

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

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

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

R = 32.5%
G = 16.5%
B = 51%

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

#8242CC (or 0x8242CC) is known color: Dark Orchid. HEX triplet: 82, 42 and CC. RGB value is (130,66,204). Sum of RGB (Red+Green+Blue) = 130+66+204=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #8242CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242CC is #7DBD33. Grayscale: #646464. Windows color (decimal): -8240436 or 13386370. OLE color: 13386370.

HSL color Cylindrical-coordinate representation of color #8242CC: hue angle of 267.83º 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 #8242CC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 66 204 -
CMYK 0.36 0.68 0 0.2
HSL 267.83º 0.58% 0.53% -
HSV(B) 267.83º 0.68% 0.8% -
XYZ 22.05 13 58.47 -
YUV 100.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 130 66 204 0.36 0.68 0 0.2 267.83 0.58 0.53
Hex 82 42 CC 24 44 0 14 10C 3A 35
Octal 202 102 314 44 104 0 24 414 72 65
Binary 10000010 1000010 11001100 100100 1000100 0 10100 100001100 111010 110101

Color Harmonies of #8242CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242CC

Black with #8242CC

Text Example


Text Example

White with #8242CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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