Html Css Color HEX #9D4BEB Blue Violet

📋 copy color: '#9D4BEB'

red 157 ◦ green 75 ◦ blue 235

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

Shades of Blue Violet #9D4BEB

Tints of Blue Violet #9D4BEB

RGB

 RED value IS 157 (61.72% from 255) = 33.62%

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 33.62%
G = 16.06%
B = 50.32%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D4BEB (or 0x9D4BEB) is known color: Blue Violet. HEX triplet: 9D, 4B and EB. RGB value is (157,75,235). Sum of RGB (Red+Green+Blue) = 157+75+235=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D4BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4BEB is #62B414. Grayscale: #757575. Windows color (decimal): -6468629 or 15420317. OLE color: 15420317.

HSL color Cylindrical-coordinate representation of color #9D4BEB: hue angle of 270.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4BEB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 75 235 -
CMYK 0.33 0.68 0 0.08
HSL 270.75º 0.8% 0.61% -
HSV(B) 270.75º 0.68% 0.92% -
XYZ 31.42 18.2 80.45 -
YUV 117.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 157 75 235 0.33 0.68 0 0.08 270.75 0.8 0.61
Hex 9D 4B EB 21 44 0 8 10F 50 3D
Octal 235 113 353 41 104 0 10 417 120 75
Binary 10011101 1001011 11101011 100001 1000100 0 1000 100001111 1010000 111101

Color Harmonies of #9D4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BEB

Black with #9D4BEB

Text Example


Text Example

White with #9D4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4BEB; }

 p { color: rgb(157,75,235); }

 H1.HeaderClassName
 {
   color: #9D4BEB;
 }
 .AnyTagClassName
 {
   color: #9D4BEB;
 }
</style>

background-color css

<style>
 a { background-color: #9D4BEB; }

 a { background-color: rgb(157,75,235); }

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

border-color css

<style>
 span { border-color: #9D4BEB; }

 span { border-color: rgb(157,75,235); }

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