Html Css Color HEX #7F08CA Dark Violet

📋 copy color: '#7F08CA'

red 127 ◦ green 8 ◦ blue 202

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

Shades of Dark Violet #7F08CA

Tints of Dark Violet #7F08CA

RGB

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

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

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

R = 37.69%
G = 2.37%
B = 59.94%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F08CA (or 0x7F08CA) is known color: Dark Violet. HEX triplet: 7F, 08 and CA. RGB value is (127,8,202). Sum of RGB (Red+Green+Blue) = 127+8+202=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F08CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08CA is #80F735. Grayscale: #414141. Windows color (decimal): -8451894 or 13240447. OLE color: 13240447.

HSL color Cylindrical-coordinate representation of color #7F08CA: hue angle of 276.8º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08CA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 8 202 -
CMYK 0.37 0.96 0 0.21
HSL 276.8º 0.92% 0.41% -
HSV(B) 276.8º 0.96% 0.79% -
XYZ 19.5 8.95 56.58 -
YUV 65.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 127 8 202 0.37 0.96 0 0.21 276.8 0.92 0.41
Hex 7F 8 CA 25 60 0 15 115 5C 29
Octal 177 10 312 45 140 0 25 425 134 51
Binary 1111111 1000 11001010 100101 1100000 0 10101 100010101 1011100 101001

Color Harmonies of #7F08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F08CA

Black with #7F08CA

Text Example


Text Example

White with #7F08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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