Html Css Color HEX #8A1CAF Dark Orchid

📋 copy color: '#8A1CAF'

red 138 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #8A1CAF

Tints of Dark Orchid #8A1CAF

RGB

 RED value IS 138 (54.3% from 255) = 40.47%

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 40.47%
G = 8.21%
B = 51.32%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A1CAF (or 0x8A1CAF) is known color: Dark Orchid. HEX triplet: 8A, 1C and AF. RGB value is (138,28,175). Sum of RGB (Red+Green+Blue) = 138+28+175=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A1CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1CAF is #75E350. Grayscale: #4D4D4D. Windows color (decimal): -7725905 or 11476106. OLE color: 11476106.

HSL color Cylindrical-coordinate representation of color #8A1CAF: hue angle of 284.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1CAF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 28 175 -
CMYK 0.21 0.84 0 0.31
HSL 284.9º 0.72% 0.4% -
HSV(B) 284.9º 0.84% 0.69% -
XYZ 18.63 9.33 41.38 -
YUV 77.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 138 28 175 0.21 0.84 0 0.31 284.9 0.72 0.4
Hex 8A 1C AF 15 54 0 1F 11D 48 28
Octal 212 34 257 25 124 0 37 435 110 50
Binary 10001010 11100 10101111 10101 1010100 0 11111 100011101 1001000 101000

Color Harmonies of #8A1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1CAF

Black with #8A1CAF

Text Example


Text Example

White with #8A1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1CAF; }

 p { color: rgb(138,28,175); }

 H1.HeaderClassName
 {
   color: #8A1CAF;
 }
 .AnyTagClassName
 {
   color: #8A1CAF;
 }
</style>

background-color css

<style>
 a { background-color: #8A1CAF; }

 a { background-color: rgb(138,28,175); }

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

border-color css

<style>
 span { border-color: #8A1CAF; }

 span { border-color: rgb(138,28,175); }

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