Html Css Color HEX #6F09D7 Dark Violet

📋 copy color: '#6F09D7'

red 111 ◦ green 9 ◦ blue 215

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

Shades of Dark Violet #6F09D7

Tints of Dark Violet #6F09D7

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

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

 BLUE value IS 215 (84.38% from 255) = 64.18%

R = 33.13%
G = 2.69%
B = 64.18%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F09D7 (or 0x6F09D7) is known color: Dark Violet. HEX triplet: 6F, 09 and D7. RGB value is (111,9,215). Sum of RGB (Red+Green+Blue) = 111+9+215=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F09D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F09D7 is #90F628. Grayscale: #3E3E3E. Windows color (decimal): -9500201 or 14092655. OLE color: 14092655.

HSL color Cylindrical-coordinate representation of color #6F09D7: hue angle of 269.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F09D7 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 9 215 -
CMYK 0.48 0.96 0 0.16
HSL 269.71º 0.92% 0.44% -
HSV(B) 269.71º 0.96% 0.84% -
XYZ 18.92 8.48 64.93 -
YUV 62.98 213.79 162.25 -
System Red Green Blue C M Y K H S L
Decimal 111 9 215 0.48 0.96 0 0.16 269.71 0.92 0.44
Hex 6F 9 D7 30 60 0 10 10E 5C 2C
Octal 157 11 327 60 140 0 20 416 134 54
Binary 1101111 1001 11010111 110000 1100000 0 10000 100001110 1011100 101100

Color Harmonies of #6F09D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F09D7

Black with #6F09D7

Text Example


Text Example

White with #6F09D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,215); }

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

background-color css

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

 a { background-color: rgb(111,9,215); }

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

border-color css

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

 span { border-color: rgb(111,9,215); }

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