Html Css Color HEX #7F08BB Dark Violet

📋 copy color: '#7F08BB'

red 127 ◦ green 8 ◦ blue 187

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

Shades of Dark Violet #7F08BB

Tints of Dark Violet #7F08BB

RGB

 RED value IS 127 (50% from 255) = 39.44%

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 39.44%
G = 2.48%
B = 58.07%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F08BB (or 0x7F08BB) is known color: Dark Violet. HEX triplet: 7F, 08 and BB. RGB value is (127,8,187). Sum of RGB (Red+Green+Blue) = 127+8+187=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F08BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08BB is #80F744. Grayscale: #3F3F3F. Windows color (decimal): -8451909 or 12257407. OLE color: 12257407.

HSL color Cylindrical-coordinate representation of color #7F08BB: hue angle of 279.89º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08BB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 8 187 -
CMYK 0.32 0.96 0 0.27
HSL 279.89º 0.92% 0.38% -
HSV(B) 279.89º 0.96% 0.73% -
XYZ 17.81 8.27 47.67 -
YUV 63.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 127 8 187 0.32 0.96 0 0.27 279.89 0.92 0.38
Hex 7F 8 BB 20 60 0 1B 118 5C 26
Octal 177 10 273 40 140 0 33 430 134 46
Binary 1111111 1000 10111011 100000 1100000 0 11011 100011000 1011100 100110

Color Harmonies of #7F08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F08BB

Black with #7F08BB

Text Example


Text Example

White with #7F08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F08BB; }

 p { color: rgb(127,8,187); }

 H1.HeaderClassName
 {
   color: #7F08BB;
 }
 .AnyTagClassName
 {
   color: #7F08BB;
 }
</style>

background-color css

<style>
 a { background-color: #7F08BB; }

 a { background-color: rgb(127,8,187); }

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

border-color css

<style>
 span { border-color: #7F08BB; }

 span { border-color: rgb(127,8,187); }

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