Html Css Color HEX #8246CC Dark Orchid

📋 copy color: '#8246CC'

red 130 ◦ green 70 ◦ blue 204

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

Shades of Dark Orchid #8246CC

Tints of Dark Orchid #8246CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

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

R = 32.18%
G = 17.33%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8246CC (or 0x8246CC) is known color: Dark Orchid. HEX triplet: 82, 46 and CC. RGB value is (130,70,204). Sum of RGB (Red+Green+Blue) = 130+70+204=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #8246CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8246CC is #7DB933. Grayscale: #666666. Windows color (decimal): -8239412 or 13387394. OLE color: 13387394.

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

Color convert

RGB 130 70 204 -
CMYK 0.36 0.66 0 0.2
HSL 266.87º 0.57% 0.54% -
HSV(B) 266.87º 0.66% 0.8% -
XYZ 22.3 13.49 58.55 -
YUV 103.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 130 70 204 0.36 0.66 0 0.2 266.87 0.57 0.54
Hex 82 46 CC 24 42 0 14 10B 39 36
Octal 202 106 314 44 102 0 24 413 71 66
Binary 10000010 1000110 11001100 100100 1000010 0 10100 100001011 111001 110110

Color Harmonies of #8246CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246CC

Black with #8246CC

Text Example


Text Example

White with #8246CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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