Html Css Color HEX #9370CD True V

📋 copy color: '#9370CD'

red 147 ◦ green 112 ◦ blue 205

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

Shades of True V #9370CD

Tints of True V #9370CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 31.68%
G = 24.14%
B = 44.18%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9370CD (or 0x9370CD) is known color: True V. HEX triplet: 93, 70 and CD. RGB value is (147,112,205). Sum of RGB (Red+Green+Blue) = 147+112+205=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #9370CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370CD is #6C8F32. Grayscale: #848484. Windows color (decimal): -7114547 or 13463699. OLE color: 13463699.

HSL color Cylindrical-coordinate representation of color #9370CD: hue angle of 262.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9370CD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 112 205 -
CMYK 0.28 0.45 0 0.20
HSL 262.58º 0.48% 0.62% -
HSV(B) 262.58º 0.45% 0.8% -
XYZ 28.85 22.2 60.52 -
YUV 133.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 147 112 205 0.28 0.45 0 0.20 262.58 0.48 0.62
Hex 93 70 CD 1C 2D 0 14 107 30 3E
Octal 223 160 315 34 55 0 24 407 60 76
Binary 10010011 1110000 11001101 11100 101101 0 10100 100000111 110000 111110

Color Harmonies of #9370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370CD

Black with #9370CD

Text Example


Text Example

White with #9370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9370CD; }

 p { color: rgb(147,112,205); }

 H1.HeaderClassName
 {
   color: #9370CD;
 }
 .AnyTagClassName
 {
   color: #9370CD;
 }
</style>

background-color css

<style>
 a { background-color: #9370CD; }

 a { background-color: rgb(147,112,205); }

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

border-color css

<style>
 span { border-color: #9370CD; }

 span { border-color: rgb(147,112,205); }

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