Html Css Color HEX #9308F0 Dark Violet

📋 copy color: '#9308F0'

red 147 ◦ green 8 ◦ blue 240

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

Shades of Dark Violet #9308F0

Tints of Dark Violet #9308F0

RGB

 RED value IS 147 (57.81% from 255) = 37.22%

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

 BLUE value IS 240 (94.14% from 255) = 60.76%

R = 37.22%
G = 2.03%
B = 60.76%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9308F0 (or 0x9308F0) is known color: Dark Violet. HEX triplet: 93, 08 and F0. RGB value is (147,8,240). Sum of RGB (Red+Green+Blue) = 147+8+240=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #9308F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9308F0 is #6CF70F. Grayscale: #4B4B4B. Windows color (decimal): -7141136 or 15730835. OLE color: 15730835.

HSL color Cylindrical-coordinate representation of color #9308F0: hue angle of 275.95º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9308F0 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 8 240 -
CMYK 0.39 0.97 0 0.06
HSL 275.95º 0.94% 0.49% -
HSV(B) 275.95º 0.97% 0.94% -
XYZ 27.85 12.67 83.42 -
YUV 76.01 220.55 178.64 -
System Red Green Blue C M Y K H S L
Decimal 147 8 240 0.39 0.97 0 0.06 275.95 0.94 0.49
Hex 93 8 F0 27 61 0 6 114 5E 31
Octal 223 10 360 47 141 0 6 424 136 61
Binary 10010011 1000 11110000 100111 1100001 0 110 100010100 1011110 110001

Color Harmonies of #9308F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308F0

Black with #9308F0

Text Example


Text Example

White with #9308F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9308F0; }

 p { color: rgb(147,8,240); }

 H1.HeaderClassName
 {
   color: #9308F0;
 }
 .AnyTagClassName
 {
   color: #9308F0;
 }
</style>

background-color css

<style>
 a { background-color: #9308F0; }

 a { background-color: rgb(147,8,240); }

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

border-color css

<style>
 span { border-color: #9308F0; }

 span { border-color: rgb(147,8,240); }

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