Html Css Color HEX #8145CA Dark Orchid

📋 copy color: '#8145CA'

red 129 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #8145CA

Tints of Dark Orchid #8145CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 32.25%
G = 17.25%
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

#8145CA (or 0x8145CA) is known color: Dark Orchid. HEX triplet: 81, 45 and CA. RGB value is (129,69,202). Sum of RGB (Red+Green+Blue) = 129+69+202=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 69 (27.34% from 255 or 17.25% 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 #8145CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8145CA is #7EBA35. Grayscale: #656565. Windows color (decimal): -8305206 or 13256065. OLE color: 13256065.

HSL color Cylindrical-coordinate representation of color #8145CA: hue angle of 267.07º 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 #8145CA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 69 202 -
CMYK 0.36 0.66 0 0.21
HSL 267.07º 0.56% 0.53% -
HSV(B) 267.07º 0.66% 0.79% -
XYZ 21.84 13.19 57.27 -
YUV 102.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 129 69 202 0.36 0.66 0 0.21 267.07 0.56 0.53
Hex 81 45 CA 24 42 0 15 10B 38 35
Octal 201 105 312 44 102 0 25 413 70 65
Binary 10000001 1000101 11001010 100100 1000010 0 10101 100001011 111000 110101

Color Harmonies of #8145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8145CA

Black with #8145CA

Text Example


Text Example

White with #8145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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