Html Css Color HEX #8141CA Dark Orchid

📋 copy color: '#8141CA'

red 129 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #8141CA

Tints of Dark Orchid #8141CA

RGB

 RED value IS 129 (50.78% from 255) = 32.58%

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 32.58%
G = 16.41%
B = 51.01%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8141CA (or 0x8141CA) is known color: Dark Orchid. HEX triplet: 81, 41 and CA. RGB value is (129,65,202). Sum of RGB (Red+Green+Blue) = 129+65+202=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #8141CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8141CA is #7EBE35. Grayscale: #636363. Windows color (decimal): -8306230 or 13255041. OLE color: 13255041.

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

Color convert

RGB 129 65 202 -
CMYK 0.36 0.68 0 0.21
HSL 268.03º 0.56% 0.52% -
HSV(B) 268.03º 0.68% 0.79% -
XYZ 21.6 12.71 57.19 -
YUV 99.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 129 65 202 0.36 0.68 0 0.21 268.03 0.56 0.52
Hex 81 41 CA 24 44 0 15 10C 38 34
Octal 201 101 312 44 104 0 25 414 70 64
Binary 10000001 1000001 11001010 100100 1000100 0 10101 100001100 111000 110100

Color Harmonies of #8141CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8141CA

Black with #8141CA

Text Example


Text Example

White with #8141CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,65,202); }

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

background-color css

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

 a { background-color: rgb(129,65,202); }

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

border-color css

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

 span { border-color: rgb(129,65,202); }

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