Html Css Color HEX #9308C9 Dark Violet

📋 copy color: '#9308C9'

red 147 ◦ green 8 ◦ blue 201

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

Shades of Dark Violet #9308C9

Tints of Dark Violet #9308C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.46%

R = 41.29%
G = 2.25%
B = 56.46%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9308C9 (or 0x9308C9) is known color: Dark Violet. HEX triplet: 93, 08 and C9. RGB value is (147,8,201). Sum of RGB (Red+Green+Blue) = 147+8+201=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #9308C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308C9 is #6CF736. Grayscale: #464646. Windows color (decimal): -7141175 or 13174931. OLE color: 13174931.

HSL color Cylindrical-coordinate representation of color #9308C9: hue angle of 283.21º 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 #9308C9 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 8 201 -
CMYK 0.27 0.96 0 0.21
HSL 283.21º 0.92% 0.41% -
HSV(B) 283.21º 0.96% 0.79% -
XYZ 22.66 10.59 56.11 -
YUV 71.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 147 8 201 0.27 0.96 0 0.21 283.21 0.92 0.41
Hex 93 8 C9 1B 60 0 15 11B 5C 29
Octal 223 10 311 33 140 0 25 433 134 51
Binary 10010011 1000 11001001 11011 1100000 0 10101 100011011 1011100 101001

Color Harmonies of #9308C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9308C9

Black with #9308C9

Text Example


Text Example

White with #9308C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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