Html Css Color HEX #9502F3 Dark Violet

📋 copy color: '#9502F3'

red 149 ◦ green 2 ◦ blue 243

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

Shades of Dark Violet #9502F3

Tints of Dark Violet #9502F3

RGB

 RED value IS 149 (58.59% from 255) = 37.82%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 243 (95.31% from 255) = 61.68%

R = 37.82%
G = 0.51%
B = 61.68%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9502F3 (or 0x9502F3) is known color: Dark Violet. HEX triplet: 95, 02 and F3. RGB value is (149,2,243). Sum of RGB (Red+Green+Blue) = 149+2+243=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #9502F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502F3 is #6AFD0C. Grayscale: #484848. Windows color (decimal): -7011597 or 15925909. OLE color: 15925909.

HSL color Cylindrical-coordinate representation of color #9502F3: hue angle of 276.6º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502F3 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 2 243 -
CMYK 0.39 0.99 0 0.05
HSL 276.6º 0.98% 0.48% -
HSV(B) 276.6º 0.99% 0.95% -
XYZ 28.59 12.9 85.78 -
YUV 73.43 223.7 181.9 -
System Red Green Blue C M Y K H S L
Decimal 149 2 243 0.39 0.99 0 0.05 276.6 0.98 0.48
Hex 95 2 F3 27 63 0 5 115 62 30
Octal 225 2 363 47 143 0 5 425 142 60
Binary 10010101 10 11110011 100111 1100011 0 101 100010101 1100010 110000

Color Harmonies of #9502F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502F3

Black with #9502F3

Text Example


Text Example

White with #9502F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9502F3; }

 p { color: rgb(149,2,243); }

 H1.HeaderClassName
 {
   color: #9502F3;
 }
 .AnyTagClassName
 {
   color: #9502F3;
 }
</style>

background-color css

<style>
 a { background-color: #9502F3; }

 a { background-color: rgb(149,2,243); }

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

border-color css

<style>
 span { border-color: #9502F3; }

 span { border-color: rgb(149,2,243); }

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