Html Css Color HEX #8244CA Dark Orchid

📋 copy color: '#8244CA'

red 130 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #8244CA

Tints of Dark Orchid #8244CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 32.5%
G = 17%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8244CA (or 0x8244CA) is known color: Dark Orchid. HEX triplet: 82, 44 and CA. RGB value is (130,68,202). Sum of RGB (Red+Green+Blue) = 130+68+202=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #8244CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244CA is #7DBB35. Grayscale: #656565. Windows color (decimal): -8239926 or 13255810. OLE color: 13255810.

HSL color Cylindrical-coordinate representation of color #8244CA: hue angle of 267.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8244CA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 68 202 -
CMYK 0.36 0.66 0 0.21
HSL 267.76º 0.56% 0.53% -
HSV(B) 267.76º 0.66% 0.79% -
XYZ 21.93 13.14 57.26 -
YUV 101.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 130 68 202 0.36 0.66 0 0.21 267.76 0.56 0.53
Hex 82 44 CA 24 42 0 15 10C 38 35
Octal 202 104 312 44 102 0 25 414 70 65
Binary 10000010 1000100 11001010 100100 1000010 0 10101 100001100 111000 110101

Color Harmonies of #8244CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8244CA

Black with #8244CA

Text Example


Text Example

White with #8244CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8244CA; }

 p { color: rgb(130,68,202); }

 H1.HeaderClassName
 {
   color: #8244CA;
 }
 .AnyTagClassName
 {
   color: #8244CA;
 }
</style>

background-color css

<style>
 a { background-color: #8244CA; }

 a { background-color: rgb(130,68,202); }

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

border-color css

<style>
 span { border-color: #8244CA; }

 span { border-color: rgb(130,68,202); }

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