Html Css Color HEX #6A098D Purple

📋 copy color: '#6A098D'

red 106 ◦ green 9 ◦ blue 141

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

Shades of Purple #6A098D

Tints of Purple #6A098D

RGB

 RED value IS 106 (41.8% from 255) = 41.41%

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 41.41%
G = 3.52%
B = 55.08%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A098D (or 0x6A098D) is known color: Purple. HEX triplet: 6A, 09 and 8D. RGB value is (106,9,141). Sum of RGB (Red+Green+Blue) = 106+9+141=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A098D is #95F672. Grayscale: #343434. Windows color (decimal): -9827955 or 9242986. OLE color: 9242986.

HSL color Cylindrical-coordinate representation of color #6A098D: hue angle of 284.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A098D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 9 141 -
CMYK 0.25 0.94 0 0.45
HSL 284.09º 0.88% 0.29% -
HSV(B) 284.09º 0.94% 0.55% -
XYZ 10.85 5.18 25.63 -
YUV 53.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 106 9 141 0.25 0.94 0 0.45 284.09 0.88 0.29
Hex 6A 9 8D 19 5E 0 2D 11C 58 1D
Octal 152 11 215 31 136 0 55 434 130 35
Binary 1101010 1001 10001101 11001 1011110 0 101101 100011100 1011000 11101

Color Harmonies of #6A098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A098D

Black with #6A098D

Text Example


Text Example

White with #6A098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A098D; }

 p { color: rgb(106,9,141); }

 H1.HeaderClassName
 {
   color: #6A098D;
 }
 .AnyTagClassName
 {
   color: #6A098D;
 }
</style>

background-color css

<style>
 a { background-color: #6A098D; }

 a { background-color: rgb(106,9,141); }

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

border-color css

<style>
 span { border-color: #6A098D; }

 span { border-color: rgb(106,9,141); }

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