Html Css Color HEX #9830F6 Blue Violet

📋 copy color: '#9830F6'

red 152 ◦ green 48 ◦ blue 246

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

Shades of Blue Violet #9830F6

Tints of Blue Violet #9830F6

RGB

 RED value IS 152 (59.77% from 255) = 34.08%

 GREEN value IS 48 (19.14% from 255) = 10.76%

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 34.08%
G = 10.76%
B = 55.16%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9830F6 (or 0x9830F6) is known color: Blue Violet. HEX triplet: 98, 30 and F6. RGB value is (152,48,246). Sum of RGB (Red+Green+Blue) = 152+48+246=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #9830F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9830F6 is #67CF09. Grayscale: #646464. Windows color (decimal): -6803210 or 16134296. OLE color: 16134296.

HSL color Cylindrical-coordinate representation of color #9830F6: hue angle of 271.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9830F6 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 48 246 -
CMYK 0.38 0.80 0 0.04
HSL 271.52º 0.92% 0.58% -
HSV(B) 271.52º 0.8% 0.96% -
XYZ 30.64 15.44 88.55 -
YUV 101.67 209.46 163.9 -
System Red Green Blue C M Y K H S L
Decimal 152 48 246 0.38 0.80 0 0.04 271.52 0.92 0.58
Hex 98 30 F6 26 50 0 4 110 5C 3A
Octal 230 60 366 46 120 0 4 420 134 72
Binary 10011000 110000 11110110 100110 1010000 0 100 100010000 1011100 111010

Color Harmonies of #9830F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9830F6

Black with #9830F6

Text Example


Text Example

White with #9830F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9830F6; }

 p { color: rgb(152,48,246); }

 H1.HeaderClassName
 {
   color: #9830F6;
 }
 .AnyTagClassName
 {
   color: #9830F6;
 }
</style>

background-color css

<style>
 a { background-color: #9830F6; }

 a { background-color: rgb(152,48,246); }

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

border-color css

<style>
 span { border-color: #9830F6; }

 span { border-color: rgb(152,48,246); }

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